We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8c7ab commit c0c172cCopy full SHA for c0c172c
packages/ui/src/App.svelte
@@ -178,7 +178,7 @@
178
<Wiz bind:functionCall={functionCall} bind:currentOpts={opts}></Wiz>
179
180
<div class="header flex flex-row justify-between">
181
- <div class="tab overflow-hidden">
+ <div class="tab overflow-hidden whitespace-nowrap">
182
<OverflowMenu>
183
<button class:selected={tab === 'ERC20'} on:click={() => tab = 'ERC20'}>
184
ERC20
0 commit comments