File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
views/ResourceManagement/FieldCoreOverride Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ div[role='group'] {
135
135
color : $gray-900 !important ;
136
136
}
137
137
}
138
- margin-bottom : 1rem !important ;
139
138
}
140
139
141
140
.form-check-input :focus ~ .form-check-label ::before {
Original file line number Diff line number Diff line change 14
14
variant =" link"
15
15
no-caret
16
16
right
17
+ auto-close =" outside"
17
18
data-test-id =" tableFilter-dropdown-options"
18
19
:disabled =" isFilterDisabled"
19
20
@hide =" dropdownVisible = false"
29
30
:key =" index"
30
31
:label =" filter.label"
31
32
>
32
- <BFormCheckboxGroup v-model =" tags" >
33
+ <BFormCheckboxGroup v-model =" tags" class = " margin-btm " >
33
34
<BFormCheckbox
34
35
v-for =" value in filter.values"
35
36
:key =" value"
@@ -117,4 +118,7 @@ export default {
117
118
.badge {
118
119
margin-right : calc ($spacer / 2 );
119
120
}
121
+ .margin-btm {
122
+ margin-bottom : 1rem !important ;
123
+ }
120
124
</style >
Original file line number Diff line number Diff line change @@ -136,3 +136,8 @@ const submitForm = () => {
136
136
.catch (({ message }) => errorToast (message));
137
137
};
138
138
< / script>
139
+ < style scoped>
140
+ .form - check {
141
+ margin- bottom: 1rem ! important;
142
+ }
143
+ < / style>
You can’t perform that action at this time.
0 commit comments