Reduce width of non-multiple ajax selects

This commit is contained in:
imperosol
2024-11-10 15:57:32 +01:00
committed by Bartuccio Antoine
parent 26770de40e
commit a97dba18c2
5 changed files with 328 additions and 349 deletions

View File

@ -20,6 +20,10 @@
margin: 5px;
}
.ts-wrapper.single {
width: 263px; // same length as regular text inputs
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
border-left: 1px solid #aaa;
}