mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Merge pull request #184 from prymitive/fix-break
fix(ui): only break long words in annotations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.components-grid-annotation {
|
||||
font-size: 90%;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.components-grid-annotation-link {
|
||||
|
||||
Reference in New Issue
Block a user