fix(ui): break long words in annotations

This commit is contained in:
Łukasz Mierzwa
2018-09-30 13:40:29 +01:00
parent 879d3ae9a7
commit 32f3ed4f60

View File

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