mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
wrap tab content in column (#1200)
This commit is contained in:
parent
3fe954bd55
commit
4828e9af3b
@ -20,6 +20,10 @@
|
||||
|
||||
{#if $selected_tab === id}
|
||||
<div class="tabitem p-2 border-2 border-t-0 border-gray-200 relative flex">
|
||||
<slot />
|
||||
<div
|
||||
class="flex flex-col gr-gap gr-form-gap relative col overflow-auto flex-1"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user