Skip to content

Commit c0c172c

Browse files
authored
Prevent line breaks in labels (#407)
1 parent ce8c7ab commit c0c172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<Wiz bind:functionCall={functionCall} bind:currentOpts={opts}></Wiz>
179179

180180
<div class="header flex flex-row justify-between">
181-
<div class="tab overflow-hidden">
181+
<div class="tab overflow-hidden whitespace-nowrap">
182182
<OverflowMenu>
183183
<button class:selected={tab === 'ERC20'} on:click={() => tab = 'ERC20'}>
184184
ERC20

0 commit comments

Comments
 (0)