From 67de1ac90769bf5239beb0de7a39d1db46026844 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 4 Dec 2017 14:31:19 -0800 Subject: [PATCH] Prevent tooltip wrap --- ui/src/style/components/organizations-table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/components/organizations-table.scss b/ui/src/style/components/organizations-table.scss index 9a28bb048..80551bbc4 100644 --- a/ui/src/style/components/organizations-table.scss +++ b/ui/src/style/components/organizations-table.scss @@ -85,7 +85,7 @@ input[type="text"].form-control.orgs-table--input { height: 30px; margin-right: 4px; text-align: center; - width: 85px; + width: 88px; background-color: $g4-onyx; border-radius: 4px; line-height: 30px;