Files
karma/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css
Łukasz Mierzwa 6ac1d17c18 refactor(ui): use bootstrap utilities for word breaks
Using bootstrap means that we don't need to worry about browser compatibility, which in this case means Edge where this wasn't enough
2019-02-24 22:35:39 +00:00

11 lines
191 B
CSS

.components-grid-annotation {
font-size: 90%;
}
.components-grid-annotation-link {
text-decoration: underline;
}
.components-grid-annotation-link:hover {
text-decoration: underline;
}