Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-21 18:31:05 -07:00
parent 6b95574e3d
commit 53162e8bca
9 changed files with 33 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ export function Tabs<T>({
>
<div
aria-label={label}
className={classnames(tabListClassName, 'h-auto flex items-center pb-1')}
className={classnames(tabListClassName, 'h-auto flex items-center overflow-auto pb-0.5')}
>
<HStack space={1}>
{tabs.map((t) => {