fix(ui): fix minor ui bugs

This commit is contained in:
shafin-r
2026-02-17 16:41:24 +06:00
parent b56642fda8
commit 626616c8b5
7 changed files with 19 additions and 21 deletions

View File

@ -411,9 +411,9 @@ export const Test = () => {
</header>
</section>
<div className="border border-purple-300"></div>
<section className="flex">
<section className="flex flex-col md:flex-row space-y-6">
{currentQuestion?.context && (
<section className="h-100 w-1/2 overflow-y-auto px-10 pt-30">
<section className="h-100 overflow-y-auto px-10 pt-32">
<p className="font-satoshi tracking-wide text-lg">
{renderQuestionText(currentQuestion?.context)}
</p>
@ -422,7 +422,7 @@ export const Test = () => {
<div className="border border-purple-200 h-full"></div>
<section
className={`w-1/2 px-10 ${currentQuestion?.context ? "" : "pt-26"}`}
className={`px-10 ${currentQuestion?.context ? "" : "pt-26"}`}
>
<p className="font-satoshi-medium text-xl">
{currentQuestion?.text &&