update 2023-03-21 09:14:22

This commit is contained in:
github-actions[bot] 2023-03-21 09:14:22 +08:00
parent bbc5a7302b
commit 04fe73cad1
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2188,6 +2188,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
transition: box-shadow 0.15s ease;
box-sizing: border-box;
min-width: 15.5rem;
width: 15.5rem;
}
.cbi-dynlist>.add-item {
@ -2228,6 +2229,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
.cbi-dynlist>.add-item:not([ondrop])>input {
overflow: hidden;
min-width: 15.5rem;
width: 15.5rem;
white-space: nowrap;
text-overflow: ellipsis;
}