mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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 {
|
||||
max-width: 50%;
|
||||
}
|
||||
.addon-options.started {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.addon-container {
|
||||
display: grid;
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user