From 14741c739419d90b13351db4fc2149675b47292a Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Thu, 28 Mar 2013 15:52:45 -0400 Subject: [PATCH] fix tag inspection --- css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/app.css b/css/app.css index f5229e81f..abf7cb4f5 100644 --- a/css/app.css +++ b/css/app.css @@ -1289,6 +1289,10 @@ div.combobox { position: relative; } +.tag-help { + overflow: hidden; +} + .grid-pane .tag-reference-wrap { padding: 10px 0 20px 0; }