fix(builderpage): resolve section-dialog height overflow for mobile and adjust sidebar font and spacing styles

This commit is contained in:
Karanrajsinh
2024-11-30 19:32:04 +05:30
parent e29f973889
commit d84aeee968
16 changed files with 58 additions and 48 deletions

View File

@ -14,7 +14,7 @@ export const NotesSection = () => {
<header className="flex items-center justify-between">
<div className="flex items-center gap-x-4">
{getSectionIcon("notes")}
<h2 className="line-clamp-1 text-3xl font-bold">{t`Notes`}</h2>
<h2 className="line-clamp-1 text-2xl font-bold lg:text-3xl">{t`Notes`}</h2>
</div>
</header>