Commit 23853502 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'cngo-fix-labels-picker-overflow' into 'master'

Fix labels picker text overflow

See merge request gitlab-org/gitlab!61349
parents 0b5a35e4 457f9f4f
......@@ -178,7 +178,7 @@ export default {
class="labels-fetch-loading gl-align-items-center w-100 h-100"
size="md"
/>
<ul v-else class="list-unstyled mb-0">
<ul v-else class="list-unstyled gl-mb-0 gl-word-break-word">
<label-item
v-for="(label, index) in visibleLabels"
:key="label.id"
......
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