Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/panels/config/areas/dialog-area-registry-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@ class DialogAreaDetail extends LitElement {
return [
haStyleDialog,
css`
ha-paper-dialog {
min-width: 400px;
@media all and (min-width: 450px) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this become a shared style ?

ha-paper-dialog {
min-width: 400px;
}
}
.form {
padding-bottom: 24px;
Expand Down