diff --git a/ui/src/components/view/SearchView.vue b/ui/src/components/view/SearchView.vue
index bce8a6bb9e5..f315667442a 100644
--- a/ui/src/components/view/SearchView.vue
+++ b/ui/src/components/view/SearchView.vue
@@ -699,12 +699,6 @@ export default {
right: 0;
}
}
-
- :deep(.ant-input-group) {
- .ant-input-affix-wrapper {
- width: calc(100% - 10px);
- }
- }
}
.filter-button {
diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue
index 278d4f8519d..c8d13e698b3 100644
--- a/ui/src/views/AutogenView.vue
+++ b/ui/src/views/AutogenView.vue
@@ -32,20 +32,6 @@
{{ $t('label.refresh') }}
- { $store.dispatch('SetMetrics', checked) }"/>
- { $store.dispatch('SetListAllProjects', checked) }"/>
{{ $t('label.filterby') }}
@@ -54,7 +40,8 @@
v-if="!dataView && filters && filters.length > 0"
:placeholder="$t('label.filterby')"
:value="filterValue"
- style="min-width: 120px; margin-left: 10px; margin-top: -4px"
+ style="min-width: 100px; margin-left: 10px; margin-bottom: 5px"
+ size=small
@change="changeFilter"
showSearch
optionFilterProp="label"
@@ -79,16 +66,30 @@
+ { $store.dispatch('SetMetrics', checked) }"/>
+ { $store.dispatch('SetListAllProjects', checked) }"/>
+ :style="device === 'mobile' ? { float: 'right', 'margin-top': '12px', 'margin-bottom': '-6px', display: 'table' } : { float: 'right', display: 'table', 'margin-top': '6px' }" >