From 406c2c19bf04b6f89bff1f7d140cc02b02896fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 27 Oct 2018 10:38:33 +0100 Subject: [PATCH] fix(ui): only break long words in annotations --- .../Components/Grid/AlertGrid/AlertGroup/Annotation/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css index ecd00c7bd..5ddbcaa0a 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css @@ -1,6 +1,6 @@ .components-grid-annotation { font-size: 90%; - word-break: break-all; + word-break: break-word; } .components-grid-annotation-link {