Pack FPP selection by column height
This commit is contained in:
@@ -745,6 +745,13 @@ tr:last-child td {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.fpp-select-stack {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.fpp-select-column {
|
||||
overflow: hidden;
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user