mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Break filters text when resizing window (#190)
This commit is contained in:
@@ -89,10 +89,11 @@ body > .container-fluid {
|
|||||||
|
|
||||||
#filters {
|
#filters {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
line-height: 175%;
|
line-height: 175%;
|
||||||
|
inline-size: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cluster input, #cluster span {
|
#cluster input, #cluster span {
|
||||||
|
|||||||
Reference in New Issue
Block a user