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.
2 parents 5b5bba8 + 32015c6 commit efb98e3Copy full SHA for efb98e3
src/components/Banners/BannerNotification.tsx
@@ -14,7 +14,7 @@ const BannerNotification = ({
14
return (
15
<aside
16
className={cn(
17
- "flex items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white [&_a]:text-white [&_a]:hover:text-white/80",
+ "flex w-full items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white [&_a]:text-white [&_a]:hover:text-white/80",
18
className
19
)}
20
{...props}
0 commit comments