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:
Guilhem
2026-01-14 15:45:49 +00:00
committed by GitHub
parent e48a489892
commit 407d285e5c
2 changed files with 2 additions and 2 deletions

View File

@@ -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/')

View File

@@ -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} />