BigW Consortium Gitlab

Commit afe0f900 by Annabel Dunstone Gray Committed by Lin Jen-Shin

Merge branch 'fix-input-token-spacing' into 'master'

Fix input token spacing See merge request !10090
parent 88fb39af
...@@ -76,12 +76,14 @@ ...@@ -76,12 +76,14 @@
} }
.input-token { .input-token {
flex: 1; max-width: 200px;
-webkit-flex: 1;
} }
.filtered-search-token + .input-token:not(:last-child) { .input-token:only-child,
max-width: 200px; .input-token:last-child {
flex: 1;
-webkit-flex: 1;
max-width: initial;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment