File tree 3 files changed +6
-7
lines changed
javascripts/ide/components
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ export default {
67
67
class =" form-control dropdown-input-field"
68
68
@input =" searchBranches"
69
69
/>
70
- <icon :size =" 18" name =" search" class =" input-icon" />
70
+ <icon :size =" 18" name =" search" class =" ml-3 input-icon" />
71
71
</label >
72
72
<div class =" dropdown-content ide-merge-requests-dropdown-content d-flex" >
73
73
<gl-loading-icon
74
74
v-if =" isLoading"
75
75
:size =" 2"
76
76
class =" mt-3 mb-3 align-self-center ml-auto mr-auto"
77
77
/>
78
- <ul v-else class =" mb-3 w-100" >
78
+ <ul v-else class =" mb-0 w-100" >
79
79
<template v-if =" hasBranches " >
80
80
<li v-for =" item in branches" :key =" item.name" >
81
81
<item :item =" item" :project-id =" currentProjectId" :is-active =" isActiveBranch(item)" />
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default {
85
85
@input =" searchMergeRequests"
86
86
@removeToken =" setSearchType(null)"
87
87
/>
88
- <icon :size =" 18" name =" search" class =" input-icon" />
88
+ <icon :size =" 18" name =" search" class =" ml-3 input-icon" />
89
89
</label >
90
90
<div class =" dropdown-content ide-merge-requests-dropdown-content d-flex" >
91
91
<gl-loading-icon
@@ -94,7 +94,7 @@ export default {
94
94
class =" mt-3 mb-3 align-self-center ml-auto mr-auto"
95
95
/>
96
96
<template v-else >
97
- <ul class =" mb-3 w-100" >
97
+ <ul class =" mb-0 w-100" >
98
98
<template v-if =" showSearchTypes " >
99
99
<li v-for =" searchType in $options.searchTypes" :key =" searchType.type" >
100
100
<button
Original file line number Diff line number Diff line change @@ -1188,7 +1188,7 @@ $ide-commit-header-height: 48px;
1188
1188
1189
1189
.input-icon {
1190
1190
right : auto ;
1191
- left : 26 px ;
1191
+ left : 10 px ;
1192
1192
top : 50% ;
1193
1193
transform : translateY (-50% );
1194
1194
}
@@ -1216,11 +1216,10 @@ $ide-commit-header-height: 48px;
1216
1216
}
1217
1217
1218
1218
.ide-search-list-empty {
1219
- height : 230 px ;
1219
+ height : 69 px ;
1220
1220
}
1221
1221
1222
1222
.ide-merge-requests-dropdown-content {
1223
- min-height : 230px ;
1224
1223
max-height : 470px ;
1225
1224
}
1226
1225
You can’t perform that action at this time.
0 commit comments