mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix(frontend): chrome columns-2 fix for pull/push
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user