Skip to content

Commit

Permalink
fix(frontend): Fix script builder (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatonramadani committed Jul 4, 2023
1 parent 9fe0ddf commit c6d520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/ScriptBuilder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
</Drawer>

<div class="flex flex-col h-screen">
<div class="flex h-full max-h-12 items-center pl-2.5 pr-6 overflow-hidden border-b shadow-sm">
<div class="flex h-full max-h-12 items-center pl-2.5 pr-6 border-b shadow-sm">
<div class="justify-between flex gap-2 lg:gap-8 w-full items-center">
<div class="min-w-64 w-full max-w-md">
<input
Expand Down

0 comments on commit c6d520b

Please sign in to comment.