fix overflows in the app builder [Merge ui-builder first] (#7576)
* fix raw app header overflow * update ui-builder hash
This commit is contained in:
@@ -20,7 +20,7 @@ console.log('Running postinstall for root project');
|
||||
|
||||
import { x } from 'tar'
|
||||
|
||||
const tarUrl = 'https://pub-06154ed168a24e73a86ab84db6bf15d8.r2.dev/ui_builder-ba2aadd.tar.gz'
|
||||
const tarUrl = 'https://pub-06154ed168a24e73a86ab84db6bf15d8.r2.dev/ui_builder-5feb1623.tar.gz'
|
||||
const outputTarPath = path.join(process.cwd(), 'ui_builder.tar.gz')
|
||||
const extractTo = path.join(process.cwd(), 'static/ui_builder/')
|
||||
|
||||
|
||||
@@ -738,7 +738,7 @@
|
||||
/>
|
||||
|
||||
<div
|
||||
class="border-b flex flex-row justify-between py-1 gap-2 gap-y-2 px-2 items-center overflow-y-visible overflow-x-auto min-h-10"
|
||||
class="border-b flex flex-row justify-between py-1 gap-2 gap-y-2 px-2 items-center overflow-y-visible overflow-x-auto min-h-10 shrink-0"
|
||||
>
|
||||
<div class="flex flex-row gap-2 items-center">
|
||||
<Summary bind:value={summary} />
|
||||
|
||||
Reference in New Issue
Block a user