Commit 523e0c1b6fd3dc4d4cd9804b4e2a6369dd8bc942
1 parent
bfc1f50f
Exists in
master
and in
29 other branches
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 | 3 | overflow: hidden; |
4 | 4 | height: auto !important; |
5 | 5 | height: 1%; |
6 | - width: 100%; | |
6 | + width: 95%; | |
7 | 7 | border: 1px solid #999; |
8 | 8 | cursor: text; |
9 | 9 | font-size: 12px; |
... | ... | @@ -64,7 +64,7 @@ li.token-input-selected-token-facet span { |
64 | 64 | |
65 | 65 | div.token-input-dropdown-facet { |
66 | 66 | position: relative; |
67 | - width: 100%; | |
67 | + width: 95%; | |
68 | 68 | height: 150px; |
69 | 69 | max-height: 200px; |
70 | 70 | background-color: #E5F4FB; | ... | ... |