fix: add elipis to network filter input
This commit is contained in:
parent
1201f389ca
commit
f3a8f1b5c6
|
|
@ -26,6 +26,10 @@
|
|||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.network-filters input[type="search"][placeholder] {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.network-filters-resource-types {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue