From 50947e585d6e14a409e8e03dc2ac75c7e06e4f6f Mon Sep 17 00:00:00 2001 From: ronahk <74967920+ronahk@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:25:41 +0200 Subject: [PATCH] Break filters text when resizing window (#190) --- 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 3d28599..58d9eb9 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 {