Skip to content

Commit 6b31e65

Browse files
committed
chore(ui): Use justify-start in 640px or larger (#2781l)
1 parent 6228a68 commit 6b31e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/TaskTables/TaskTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171

172172
<!-- See: -->
173173
<!-- https://flowbite-svelte.com/docs/components/button-group -->
174-
<div class="flex justify-center m-4">
174+
<div class="flex justify-center md:justify-start m-4">
175175
<ButtonGroup class="flex flex-wrap justify-start gap-1 shadow-none">
176176
{#each Object.entries(contestTableProviderGroups) as [type, config]}
177177
<Button

0 commit comments

Comments
 (0)