Merge pull request #184 from prymitive/fix-break

fix(ui): only break long words in annotations
This commit is contained in:
Łukasz Mierzwa
2018-10-27 11:15:00 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
.components-grid-annotation {
font-size: 90%;
word-break: break-all;
word-break: break-word;
}
.components-grid-annotation-link {