From e29181c1d5a7b48094d297cc9a99e1de6c68a8b4 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian <daniel.cebrian@pandorafms.com> Date: Tue, 26 Dec 2023 12:10:55 +0100 Subject: [PATCH] #12706 fixed line break --- pandora_console/include/styles/events.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/events.css b/pandora_console/include/styles/events.css index 8bcdd7187f..fcf7b864b5 100644 --- a/pandora_console/include/styles/events.css +++ b/pandora_console/include/styles/events.css @@ -108,7 +108,7 @@ td > input[id^="checkbox-multi"] { height: 2.5em; } -.info_table.events tr > td span:not(.invisible) { +.info_table.events tr:not(.group) > td span:not(.invisible) { display: inline-block; overflow: hidden; text-overflow: ellipsis;