Skip to content

Commit 00e1624

Browse files
committed
fix board
1 parent 29f40ba commit 00e1624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/components/Board/Description/Description.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
}
2828

2929
&-inner {
30+
word-break: break-word;
3031
}
3132

3233
&__text {
3334
font-family: Open Sans, sans-serif;
3435
line-height: 3vh;
35-
@include themify($themes){
36+
@include themify($themes) {
3637
color: themed('textColorDefault');
3738
}
3839
}

0 commit comments

Comments
 (0)