mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Card Editor: Preview Card Margin fix (#5879)
This commit is contained in:
parent
2aa1eb97fd
commit
dd894758a4
@ -235,8 +235,8 @@ export class HuiDialogEditCard extends LitElement {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
.content hui-card-preview {
|
.content hui-card-preview {
|
||||||
padding: 8px 0;
|
padding: 8px 10px;
|
||||||
margin: auto 10px;
|
margin: auto 0px;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -269,6 +269,7 @@ export class HuiDialogEditCard extends LitElement {
|
|||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.gui-mode-button {
|
.gui-mode-button {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user