Commit 2383a17c650d10fbc9a56d620e5e88f80127b692

Authored by Braulio Bhavamitra
1 parent 4347724a

Adjust token input css

public/stylesheets/token-input-facet.css
@@ -66,6 +66,7 @@ div.token-input-dropdown-facet { @@ -66,6 +66,7 @@ div.token-input-dropdown-facet {
66 position: relative; 66 position: relative;
67 width: 130px; 67 width: 130px;
68 height: 150px; 68 height: 150px;
  69 + max-height: 200px;
69 background-color: #E5F4FB; 70 background-color: #E5F4FB;
70 overflow: auto; 71 overflow: auto;
71 border-left: 1px solid #ccc; 72 border-left: 1px solid #ccc;
public/stylesheets/token-input.css
@@ -66,7 +66,7 @@ div.token-input-dropdown { @@ -66,7 +66,7 @@ div.token-input-dropdown {
66 position: absolute; 66 position: absolute;
67 width: 400px; 67 width: 400px;
68 background-color: #fff; 68 background-color: #fff;
69 - overflow: hidden; 69 + overflow: auto;
70 border-left: 1px solid #ccc; 70 border-left: 1px solid #ccc;
71 border-right: 1px solid #ccc; 71 border-right: 1px solid #ccc;
72 border-bottom: 1px solid #ccc; 72 border-bottom: 1px solid #ccc;