Pack FPP selection by column height

This commit is contained in:
sas.fajri
2026-04-13 17:11:42 +07:00
parent 9a28421108
commit 0030cfb11a
2 changed files with 119 additions and 74 deletions

View File

@@ -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;