Commit 0ebf97b0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

Fix input token spacing

See merge request !10090
parents d8138385 970541e0
...@@ -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