fix(frontend): chrome columns-2 fix for pull/push

This commit is contained in:
Ruben Fiszel
2022-07-17 18:46:13 +02:00
parent eeacad12ad
commit 09236dd15c
2 changed files with 2 additions and 2 deletions
@@ -35,7 +35,7 @@
],
[
{
title: 'Pull (WIP)',
title: 'Pull',
desc: 'This flow will trigger itself with a schedule to detect changes in external services using a trigger script.'
},
'pull'
@@ -9,7 +9,7 @@
const dispatch = createEventDispatcher()
</script>
<div class="columns-2 m-4">
<div class="flex flex-row space-x-4 m-4">
{#each options as [label, val]}
<button
type="button"