Tomselect has minimum width

This commit is contained in:
David Cook
2024-03-06 13:48:13 +11:00
parent cbcf388acc
commit e770f10f2b

View File

@@ -42,6 +42,9 @@
background: none;
border: none;
box-shadow: none;
min-width: 10em; // Ensure content doesn't wrap too much
// We could consider always stretching to fit with width: max-content;
}
.ts-dropdown-content {