1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix: do not crop <Select/> single value

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-23 09:48:53 +03:00
parent 03d2389f01
commit 7a135c0b4f

View File

@ -49,6 +49,7 @@ html {
&__single-value {
color: var(--textColorSecondary);
overflow: visible;
}
&__indicator {