mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +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;
|
||||
}
|
||||
.content hui-card-preview {
|
||||
padding: 8px 0;
|
||||
margin: auto 10px;
|
||||
padding: 8px 10px;
|
||||
margin: auto 0px;
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
@ -269,6 +269,7 @@ export class HuiDialogEditCard extends LitElement {
|
||||
margin-bottom: 4px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.gui-mode-button {
|
||||
margin-right: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user