Remove min width from alert dialog (#22069)

This commit is contained in:
Bram Kragten
2024-09-24 18:16:07 +02:00
committed by GitHub
parent 76e53e9738
commit 1bbf45d35e
2 changed files with 0 additions and 6 deletions

View File

@@ -160,7 +160,6 @@ export class HaMdDialog extends MdDialog {
}
:host([type="alert"]) {
max-width: 320px;
min-width: 320px;
}