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 f489d69 commit 7b06f46Copy full SHA for 7b06f46
pages/admin/settings/users.vue
@@ -1,8 +1,7 @@
1
<template>
2
- <div class="flex flex-col gap-6">
3
- <div class="flex w-full">
4
- <div class="flex flex-wrap justify-between gap-2">
5
- <div class="pl-0.5 flex flex-wrap gap-2">
+ <div class="flex flex-col max-w-md gap-2 mx-auto">
+ <div class="flex flex-col gap-2">
+ <div class="pl-0.5 flex flex-wrap gap-2">
6
<input
7
v-model="searchQuery"
8
name="search"
@@ -33,7 +32,6 @@
33
32
</div>
34
35
36
- </div>
37
</template>
38
39
<script setup lang="ts">
0 commit comments