Skip to content

Commit

Permalink
adjust space between on smaller displays (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv authored Oct 16, 2024
1 parent 3ce5a3d commit 21c4b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/js/components/BasicTabs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</script>

<div>
<div class="flex flex-wrap space-x-3 border-b">
<div class="flex flex-wrap space-x-2 border-b sm:space-x-3">
{#each tabs as tab, index}
<Button
color={activeTab === index ? 'light' : 'dark'}
Expand Down

0 comments on commit 21c4b61

Please sign in to comment.