fix(tui): Remove fixed height from Tips container to allow text wrapping

This commit is contained in:
01luyicheng
2026-02-01 11:13:50 +08:00
parent a87b7fdecc
commit c9fe73dacc

View File

@@ -105,7 +105,7 @@ export function Home() {
hint={Hint}
/>
</box>
<box height={3} width="100%" maxWidth={75} alignItems="center" paddingTop={2}>
<box width="100%" maxWidth={75} alignItems="center" paddingTop={2}>
<Show when={showTips()}>
<Tips />
</Show>