diff --git a/shared/styles/core.pcss b/shared/styles/core.pcss index e02420af6..7c05da7ab 100644 --- a/shared/styles/core.pcss +++ b/shared/styles/core.pcss @@ -99,6 +99,10 @@ section { width: 100%; } -span:not(:empty):not(:has(*)) { +span > b:not(:empty):not(:has(*))::before { + content: ' '; +} + +span > span:not(:empty):not(:has(*)) { color: red; } \ No newline at end of file