Skip to content

Commit

Permalink
refactor: [torrust#659] adjusted styling for the search box
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Jan 26, 2025
1 parent 74cbcd5 commit d426d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/admin/settings/users.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div class="flex flex-col max-w-md gap-2 mx-auto">
<div class="flex flex-col gap-2">
<div class="flex flex-wrap gap-2">
<div class="pl-1 flex flex-wrap gap-2">
<input
v-model="searchQuery"
name="search"
type="text"
class="py-2 border-2 input input-bordered rounded-2xl placeholder-neutral-content"
class="h-8 border-2 input input-bordered rounded-2xl placeholder-neutral-content"
:placeholder="`Filter by username`"
>

Expand Down

0 comments on commit d426d93

Please sign in to comment.