Commit f7708ef3784661954340afd8cebbd676b90b8e17
1 parent
baf90832
Exists in
master
and in
28 other branches
Fit column size of token input for facets
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: 130px; | |
6 | + width: 100%; | |
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: 130px; | |
67 | + width: 100%; | |
68 | 68 | height: 150px; |
69 | 69 | max-height: 200px; |
70 | 70 | background-color: #E5F4FB; | ... | ... |