From 523e0c1b6fd3dc4d4cd9804b4e2a6369dd8bc942 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Mon, 11 Jul 2011 12:48:16 +0000 Subject: [PATCH] Add some space to token input facet width --- public/stylesheets/token-input-facet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/token-input-facet.css b/public/stylesheets/token-input-facet.css index a8a206b..5b0d05e 100644 --- a/public/stylesheets/token-input-facet.css +++ b/public/stylesheets/token-input-facet.css @@ -3,7 +3,7 @@ ul.token-input-list-facet { overflow: hidden; height: auto !important; height: 1%; - width: 100%; + width: 95%; border: 1px solid #999; cursor: text; font-size: 12px; @@ -64,7 +64,7 @@ li.token-input-selected-token-facet span { div.token-input-dropdown-facet { position: relative; - width: 100%; + width: 95%; height: 150px; max-height: 200px; background-color: #E5F4FB; -- libgit2 0.21.2