From bc1253172904b718b1507eedfef42fd164d7d4d9 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 31 Jan 2025 17:16:12 +0100 Subject: [PATCH] refactor: show multiline text in custom fields --- .../features/operator/operator-event/OperatorEvent.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss index ed82e0f93..14c7d0e64 100644 --- a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss +++ b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss @@ -114,10 +114,11 @@ } .value { + display: inline-flex; padding-inline: 0.25rem; background-color: $gray-1250; color: $ui-white; - margin-right: 1rem; + white-space: pre; } }