refactor: show multiline text in custom fields

This commit is contained in:
Carlos Valente
2025-01-31 17:16:12 +01:00
committed by Carlos Valente
parent 0b8a694e4f
commit bc12531729
@@ -114,10 +114,11 @@
} }
.value { .value {
display: inline-flex;
padding-inline: 0.25rem; padding-inline: 0.25rem;
background-color: $gray-1250; background-color: $gray-1250;
color: $ui-white; color: $ui-white;
margin-right: 1rem; white-space: pre;
} }
} }