mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Remove min width from alert dialog (#22069)
This commit is contained in:
@@ -160,7 +160,6 @@ export class HaMdDialog extends MdDialog {
|
||||
}
|
||||
|
||||
:host([type="alert"]) {
|
||||
max-width: 320px;
|
||||
min-width: 320px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user