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; } }