From 42a5ae76bb3c9cd8bcfec0e63037a6228a1dc3cd Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Thu, 11 Jul 2024 17:00:51 +0530 Subject: [PATCH] settings: Do not allow table headers to wrap randomly. --- web/styles/app_components.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 3e803461dc..158c252bbb 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -738,6 +738,7 @@ div.overlay { & thead th { color: inherit; background-color: hsl(0deg 0% 100%); + word-break: normal; &.active::after, &[data-sort]:hover::after {