adjust Device list style to match ScrollArea changes.
This commit is contained in:
parent
c9293fe90c
commit
be09215fc6
|
@ -4,12 +4,13 @@
|
|||
min-height: 0;
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
padding-inline: calc(var(--spacing) * 2);
|
||||
padding-block-end: calc(var(--spacing));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
.devices_list_layout {
|
||||
padding-inline: calc(var(--spacing) * 2);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
|
|
Loading…
Reference in New Issue
Block a user