You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/assets/javascripts/sidebar/components/labels/labels_select_widget/graphql/project_labels.query.graphql
Copy file name to clipboardExpand all lines: app/assets/javascripts/vue_shared/components/input_copy_toggle_visibility/input_copy_toggle_visibility.vue
+20-15
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ import {
3
3
GlFormInputGroup,
4
4
GlFormInput,
5
5
GlFormGroup,
6
+
GlButtonGroup,
6
7
GlButton,
7
8
GlTooltipDirective,
8
9
} from'@gitlab/ui';
@@ -21,6 +22,7 @@ export default {
21
22
GlFormInputGroup,
22
23
GlFormInput,
23
24
GlFormGroup,
25
+
GlButtonGroup,
24
26
GlButton,
25
27
ClipboardButton,
26
28
},
@@ -171,6 +173,7 @@ export default {
171
173
:class="formInputClass"
172
174
v-bind="formInputGroupProps"
173
175
:value="value"
176
+
class="!gl-border !gl-border-r-section"
174
177
@input="handleInput"
175
178
@click="handleClick"
176
179
/>
@@ -180,21 +183,23 @@ export default {
180
183
See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88059#note_969812649
0 commit comments