Skip to content

Commit 607e1d5

Browse files
committed
feat(users): make header section more responsive
1 parent bcf0f11 commit 607e1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/organization/Users.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<div class="flex h-full p-8 m-auto">
272272
<div class="w-full flex flex-col">
273273
<div class="flex items-center justify-between w-full">
274-
<div class="flex py-2">
274+
<div class="flex flex-wrap py-2 gap-2">
275275
<div class="mr-4">
276276
<base-input
277277
v-model="currentSearch"

0 commit comments

Comments
 (0)