Skip to content

Commit 11f83e1

Browse files
committed
Minor UI changes
1 parent 8048efa commit 11f83e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/components/workbench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class DevtoolsWorkbench extends Element {
142142
</section>
143143
</section>
144144
${!this.#toolbarCollapsed ? this.#dragVertical.getSlider('z-[999] -mt-[5px] pointer-events-auto') : nothing}
145-
<wdio-devtools-tabs cacheId="activeWorkbenchTab" class="relative z-10 border-t-[1px] border-t-panelBorder ${this.#toolbarCollapsed ? 'hidden' : ''} flex-1 min-h-0">
145+
<wdio-devtools-tabs cacheId="activeWorkbenchTab" class="relative z-10 border-t-[1px] border-t-panelBorder ${this.#toolbarCollapsed ? 'hidden' : ''} flex-1 min-h-0 pb-10">
146146
<wdio-devtools-tab label="Source">
147147
<wdio-devtools-source></wdio-devtools-source>
148148
</wdio-devtools-tab>

0 commit comments

Comments
 (0)