fix horizontal layout shift from select

This commit is contained in:
keyan 2023-12-06 13:39:44 -06:00
parent 9939d1b4f5
commit c33d4b9b01
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.subSelect {
max-width: 120px !important;
max-width: 90px !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis !important;