Skip to content

Commit

Permalink
Fix weird flex row on xl screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
KATIETOLER committed Sep 23, 2024
1 parent d05efc5 commit 25b2ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/holocene/api-pagination.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<slot name="header" visibleItems={$store.visibleItems} />
<div class="relative mb-8 flex flex-col gap-4">
<div
class="flex flex-col items-center gap-4 max-xl:flex max-xl:flex-col sm:flex-row xl:flex-col {$$slots[
class="flex flex-col items-center gap-4 max-xl:flex max-xl:flex-col sm:flex-row {$$slots[
'action-top-left'
]
? 'justify-between'
Expand All @@ -226,7 +226,7 @@
<Input
icon="search"
id="api-pagination-search-input"
class="w-full grow sm:w-1/2"
class="w-full sm:w-1/2"
bind:value={query}
label={filterInputPlaceholder}
labelHidden
Expand Down

0 comments on commit 25b2ed1

Please sign in to comment.