Skip to content

Commit 7b06f46

Browse files
committed
refactor: [#698] adjusted CSS styles
1 parent f489d69 commit 7b06f46

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pages/admin/settings/users.vue

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<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">
2+
<div class="flex flex-col max-w-md gap-2 mx-auto">
3+
<div class="flex flex-col gap-2">
4+
<div class="pl-0.5 flex flex-wrap gap-2">
65
<input
76
v-model="searchQuery"
87
name="search"
@@ -33,7 +32,6 @@
3332
</div>
3433
</div>
3534
</div>
36-
</div>
3735
</template>
3836

3937
<script setup lang="ts">

0 commit comments

Comments
 (0)