diff --git a/pkg/dashboard/static/styles.css b/pkg/dashboard/static/styles.css index 3d285998..58d9eb99 100644 --- a/pkg/dashboard/static/styles.css +++ b/pkg/dashboard/static/styles.css @@ -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 {