pl-fe: fix overflowing text

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-12-08 14:07:55 +01:00
parent 5d5e10f9e6
commit 3aa569964b

View File

@ -116,6 +116,10 @@
}
.-profile-field {
span[data-markup] {
word-break: break-word;
}
dt span[data-markup] {
@include mixins.text($weight: bold);
}