Skip to content

Commit 393a7fe

Browse files
author
miko
committed
Fix too aggressive word break fix
1 parent f5ceda5 commit 393a7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/scss/component/_media.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
}
126126

127127
.mediaInfo__description {
128-
word-break: break-all;
128+
word-break: break-word;
129129
.claim__tags {
130130
.tag {
131131
background-color: rgba(var(--color-header-button-base), 1);

0 commit comments

Comments
 (0)