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