Skip to content

Commit b1859fa

Browse files
committed
refactor: [#659] moved search box slightly to the left
1 parent d426d93 commit b1859fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/admin/settings/users.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="flex flex-col max-w-md gap-2 mx-auto">
33
<div class="flex flex-col gap-2">
4-
<div class="pl-1 flex flex-wrap gap-2">
4+
<div class="pl-0.5 flex flex-wrap gap-2">
55
<input
66
v-model="searchQuery"
77
name="search"

0 commit comments

Comments
 (0)