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 f5066be13..5c574fab3 100644 --- a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss +++ b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss @@ -96,10 +96,10 @@ display: flex; flex-wrap: wrap; + .field { font-weight: 600; - padding: 0 0.25rem; - margin-right: 0.25rem; + padding-inline: 0.25rem; } .noColour { @@ -110,6 +110,8 @@ } .value { + padding-inline: 0.25rem; + background-color: $gray-1250; color: var(--operator-highlight-override, $ui-white); margin-right: 1rem; }