fix: add elipis to network filter input

This commit is contained in:
Laszlo Heves 2025-01-19 12:15:42 +00:00
parent 1201f389ca
commit f3a8f1b5c6

View file

@ -26,6 +26,10 @@
padding: 0 5px;
}
.network-filters input[type="search"][placeholder] {
text-overflow: ellipsis;
}
.network-filters-resource-types {
display: flex;
gap: 8px;