mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 10:21:15 +01:00
Minor style tweaks
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user