mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix display issue wtih addon-info grid (#8313)
This commit is contained in:
parent
858eacddea
commit
62dd0a561e
@ -1055,18 +1055,16 @@ class HassioAddonInfo extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.addon-options {
|
.addon-options {
|
||||||
max-width: 50%;
|
|
||||||
}
|
|
||||||
.addon-options.started {
|
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.addon-container {
|
.addon-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 60% 40%;
|
||||||
}
|
}
|
||||||
.addon-container div:last-of-type {
|
|
||||||
|
.addon-container > div:last-of-type {
|
||||||
align-self: end;
|
align-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user