File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 89
89
</template >
90
90
</MultiSelect >
91
91
92
- <IconField class =" ms-2" >
92
+ <IconField class =" ms-2 d-flex align-items-center " >
93
93
<InputIcon >
94
94
<font-awesome-icon icon =" search" />
95
95
</InputIcon >
96
96
<InputText
97
97
v-model =" localFilters.global.value"
98
98
data-testid =" search-input"
99
- class =" search-input"
99
+ class =" search-input form-control "
100
100
placeholder =" Search"
101
101
/>
102
102
</IconField >
166
166
:model-value =" selectedColumns"
167
167
:options =" availableColumns"
168
168
:option-label =" columnLabel"
169
- class =" w-100 "
169
+ class =" form-select "
170
170
display =" chip"
171
171
@update:model-value =" updateColumnsAndCloseModal"
172
172
/>
@@ -325,13 +325,3 @@ export default {
325
325
},
326
326
};
327
327
</script >
328
-
329
- <style scoped>
330
- .search-input {
331
- height : calc (1.5em + 0.75rem + 2px );
332
- padding : 0.375rem 0.75rem ;
333
- font-size : 1rem ;
334
- line-height : 1.5 ;
335
- border-radius : 0.25rem ;
336
- }
337
- </style >
You can’t perform that action at this time.
0 commit comments