Commit ca518945 authored by Eric Eastwood's avatar Eric Eastwood

Adjust token spacing to match 5px issue search bar

parent fd315c20
...@@ -751,7 +751,7 @@ ...@@ -751,7 +751,7 @@
.add-issuable-form-token-list-item { .add-issuable-form-token-list-item {
max-width: 100%; max-width: 100%;
margin-bottom: $gl-vert-padding; margin-bottom: $gl-vert-padding;
margin-right: 1em; margin-right: 5px;
} }
.add-issuable-form-input-list-item { .add-issuable-form-input-list-item {
......
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
.related-issues-token-list-item { .related-issues-token-list-item {
max-width: 100%; max-width: 100%;
margin-bottom: 0.5em; margin-bottom: 0.5em;
margin-right: 1em; margin-right: 5px;
} }
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