Added word-wrap so block item doesn't extend over the whole line

This commit is contained in:
Emma Garland
2023-10-21 11:00:50 +01:00
committed by Michael Latouche
parent f8b66aaf50
commit f3028a00b3

View File

@@ -104,6 +104,7 @@ umb-block-card {
font-size: 14px;
color: @ui-action-type;
margin: 0 16px -1px;
word-wrap: break-word;
}
.__subname {
color: @gray-4;