mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:38:29 +02:00
Fix banner overflow
This commit is contained in:
@@ -14,8 +14,9 @@ export function Banner({ children, className, color = 'secondary' }: Props) {
|
|||||||
className={classNames(
|
className={classNames(
|
||||||
className,
|
className,
|
||||||
`x-theme-banner--${color}`,
|
`x-theme-banner--${color}`,
|
||||||
'border border-dashed italic px-3 py-2 rounded select-auto cursor-text',
|
'border border-dashed border-border-subtle bg-surface-highlight',
|
||||||
'border-border-subtle bg-surface-highlight text',
|
'italic px-3 py-2 rounded select-auto cursor-text',
|
||||||
|
'overflow-x-auto text-text',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user