Merge pull request #2179 from mkonikov/patch-1

Break word on long description
This commit is contained in:
Kim Gardner
2019-02-06 18:14:51 -05:00
committed by GitHub
@@ -78,9 +78,10 @@
}
.flaggedByReason {
font-size: 1tpx;
font-size: 14px;
margin: 0px;
line-height: 1.4;
word-break: break-word;
}