We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f09cde commit fec2dfbCopy full SHA for fec2dfb
ui/src/components/widgets/InfiniteScrollSelect.vue
@@ -29,7 +29,7 @@
29
<v-nodes :vnodes="menu" />
30
<div v-if="searchQuery">
31
<a-divider style="margin: 4px 0" />
32
- <div style="margin: 4px 10px; display: flex; justify-content: space-between; align-items: center;">
+ <div class="search-footer">
33
<span>{{ 'Showing results for "' + searchQuery + '"' }}</span>
34
<close-outlined
35
@mousedown="e => e.preventDefault()"
@@ -150,3 +150,12 @@ export default {
150
}
151
152
</script>
153
+
154
+<style lang="less" scoped>
155
+ .search-footer {
156
+ margin: 4px 10px;
157
+ display: flex;
158
+ justify-content: space-between;
159
+ align-items: center;
160
+ }
161
+</style>
0 commit comments