This commit is contained in:
Bard 2024-03-28 22:31:04 +08:00 committed by GitHub
parent 6702624259
commit bf94b2c860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3866,9 +3866,15 @@ pre.command-output {
.cbi-section-table-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
flex-wrap: wrap;
justify-content: space-between;
/* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); */
}
[id*="samba"].cbi-section-table-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
min-width: max-content;
}