From 4700f67d24255c4cc19c99cd412528d24cd28838 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 18 Apr 2018 17:59:00 -0700 Subject: [PATCH] Fix resizer handle overflow --- ui/src/style/components/resizer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/style/components/resizer.scss b/ui/src/style/components/resizer.scss index 0cc9107dbc..5c3ffaaaa6 100644 --- a/ui/src/style/components/resizer.scss +++ b/ui/src/style/components/resizer.scss @@ -64,12 +64,12 @@ $resizer-color-kapacitor: $c-rainforest; top: 50%; left: 50%; transform: translate(-50%,-50%); - width: 130px; + width: 160px; height: $resizer-handle-width; line-height: $resizer-handle-width; background-color: $resizer-color; border-radius: 3px; - word-wrap: break-word; + white-space: nowrap; text-align: center; transition: background-color 0.25s ease;