Fix styles (make wider, text-align right)

This commit is contained in:
Justin Edmund 2023-01-06 03:01:48 -08:00
parent db7a008c6f
commit a428a69ec7

View file

@ -11,6 +11,7 @@
.SelectTrigger.Right { .SelectTrigger.Right {
flex-grow: 0; flex-grow: 0;
min-width: 10rem; text-align: right;
min-width: 12rem;
} }
} }