From 46903e3dc6c78f03467c5a03f0b58893adf089d4 Mon Sep 17 00:00:00 2001 From: ronahk Date: Sun, 15 Jan 2023 13:16:12 +0200 Subject: [PATCH] Break filters text when resizing window --- pkg/dashboard/static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {