Break filters text when resizing window (#190)

This commit is contained in:
ronahk
2023-01-15 13:25:41 +02:00
committed by GitHub
parent 40ae829186
commit 50947e585d

View File

@@ -89,10 +89,11 @@ body > .container-fluid {
#filters {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 0.8rem;
line-height: 175%;
inline-size: auto;
overflow-wrap: break-word;
}
#cluster input, #cluster span {