From 32f3ed4f60d4ee26d1f061810a212c6bb1dbef42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 30 Sep 2018 13:40:29 +0100 Subject: [PATCH] fix(ui): break long words in annotations --- ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css index 46c2961ab..ecd00c7bd 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/index.css @@ -1,5 +1,6 @@ .components-grid-annotation { font-size: 90%; + word-break: break-all; } .components-grid-annotation-link {