Skip to content

Commit

Permalink
chore: propagate margin
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 26, 2024
1 parent 6966dd2 commit 934628a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/frontend/src/pages/servers/manage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
class="relative flex h-fit w-full flex-col items-center justify-between md:flex-row"
>
<h1 class="w-full text-4xl font-bold text-contrast">Servers</h1>
<div class="flex w-full flex-row items-center justify-end gap-4">
<div class="relative mb-4 w-full text-sm md:mb-0 md:w-72">
<div class="mb-4 flex w-full flex-row items-center justify-end gap-4 md:mb-0">
<div class="relative w-full text-sm md:w-72">
<label class="sr-only" for="search">Search</label>
<SearchIcon
class="pointer-events-none absolute left-3 top-1/2 size-4 -translate-y-1/2"
Expand All @@ -27,7 +27,7 @@
</div>
<ButtonStyled type="standard">
<NuxtLink
class="!h-10 !border-[1px] !border-solid !border-button-border text-sm !font-medium"
class="!h-10 whitespace-pre !border-[1px] !border-solid !border-button-border text-sm !font-medium"
:to="{ path: '/servers', query: { showModal: 'true' } }"
>
<PlusIcon class="size-4" />
Expand Down

0 comments on commit 934628a

Please sign in to comment.