From 966d5b516033c84cf607a8589d79b51df9bb4e65 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 27 Jun 2025 13:09:35 +0200 Subject: [PATCH] Fix long linked results in reports [SCI-11889] --- app/assets/stylesheets/reports.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/reports.scss b/app/assets/stylesheets/reports.scss index d3d2689f9..940f57c20 100644 --- a/app/assets/stylesheets/reports.scss +++ b/app/assets/stylesheets/reports.scss @@ -255,7 +255,6 @@ label { .user-time { color: $color-silver-chalice; - white-space: nowrap; } .report-element-body { @@ -462,7 +461,6 @@ label { .user-time { display: inline-block; - white-space: nowrap; } }