fix: truncated filters on network tab
This commit is contained in:
parent
86768b9ebc
commit
1201f389ca
|
|
@ -30,15 +30,18 @@
|
|||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.network-filters-resource-type {
|
||||
cursor: pointer;
|
||||
border-radius: 2px;
|
||||
padding: 3px 8px;
|
||||
padding: 3px 5px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.network-filters-resource-type.selected {
|
||||
|
|
|
|||
Loading…
Reference in a new issue