Skip to content

Commit d426d93

Browse files
committed
refactor: [#659] adjusted styling for the search box
1 parent 74cbcd5 commit d426d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/admin/settings/users.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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="flex flex-wrap gap-2">
4+
<div class="pl-1 flex flex-wrap gap-2">
55
<input
66
v-model="searchQuery"
77
name="search"
88
type="text"
9-
class="py-2 border-2 input input-bordered rounded-2xl placeholder-neutral-content"
9+
class="h-8 border-2 input input-bordered rounded-2xl placeholder-neutral-content"
1010
:placeholder="`Filter by username`"
1111
>
1212

0 commit comments

Comments
 (0)