SearchInput: add text ellision to input element

This commit is contained in:
rektdeckard
2020-09-27 13:50:27 -04:00
parent 3fdc7bb87a
commit 999fcd8df9

View File

@@ -24,6 +24,7 @@
font-size: 16px; font-size: 16px;
color: white; color: white;
background-color: transparent !important; background-color: transparent !important;
text-overflow: ellipsis;
} }
::placeholder { ::placeholder {