fix(ui): only break long words in annotations

This commit is contained in:
Łukasz Mierzwa
2018-10-27 10:38:33 +01:00
parent 8f5e7de252
commit 406c2c19bf

View File

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