Commit 523e0c1b6fd3dc4d4cd9804b4e2a6369dd8bc942

Authored by Braulio Bhavamitra
1 parent bfc1f50f

Add some space to token input facet width

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/stylesheets/token-input-facet.css
@@ -3,7 +3,7 @@ ul.token-input-list-facet { @@ -3,7 +3,7 @@ ul.token-input-list-facet {
3 overflow: hidden; 3 overflow: hidden;
4 height: auto !important; 4 height: auto !important;
5 height: 1%; 5 height: 1%;
6 - width: 100%; 6 + width: 95%;
7 border: 1px solid #999; 7 border: 1px solid #999;
8 cursor: text; 8 cursor: text;
9 font-size: 12px; 9 font-size: 12px;
@@ -64,7 +64,7 @@ li.token-input-selected-token-facet span { @@ -64,7 +64,7 @@ li.token-input-selected-token-facet span {
64 64
65 div.token-input-dropdown-facet { 65 div.token-input-dropdown-facet {
66 position: relative; 66 position: relative;
67 - width: 100%; 67 + width: 95%;
68 height: 150px; 68 height: 150px;
69 max-height: 200px; 69 max-height: 200px;
70 background-color: #E5F4FB; 70 background-color: #E5F4FB;