Update: gap in question number
This commit is contained in:
parent
54e496355b
commit
5f0dafd8a9
|
|
@ -561,7 +561,7 @@ export default function AssessmentPage() {
|
||||||
{/* MIDDLE */}
|
{/* MIDDLE */}
|
||||||
{/* Pertanyaan */}
|
{/* Pertanyaan */}
|
||||||
{/* <div className="w-full ml-64"></div> */}
|
{/* <div className="w-full ml-64"></div> */}
|
||||||
<div className="ml-64 mr-72 flex-1 overflow-y-auto h-full">
|
<div className="ml-64 mr-60 flex-1 overflow-y-auto h-full">
|
||||||
<Stack gap="sm" style={{ flex: 1 }}>
|
<Stack gap="sm" style={{ flex: 1 }}>
|
||||||
<Text className="text-2xl font-bold ml-6">
|
<Text className="text-2xl font-bold ml-6">
|
||||||
Harap menjawab semua pertanyaan yang tersedia
|
Harap menjawab semua pertanyaan yang tersedia
|
||||||
|
|
@ -737,7 +737,7 @@ export default function AssessmentPage() {
|
||||||
|
|
||||||
{/* RIGHT-SIDE */}
|
{/* RIGHT-SIDE */}
|
||||||
{/* Navigasi dan Pagination */}
|
{/* Navigasi dan Pagination */}
|
||||||
<div className="fixed h-screen right-0 w-72 overflow-auto mr-4">
|
<div className="fixed h-screen right-0 w-60 overflow-auto mr-4">
|
||||||
<Flex direction="column" gap="xs" className="mx-4">
|
<Flex direction="column" gap="xs" className="mx-4">
|
||||||
|
|
||||||
{/* Navigasi (Number of Questions) */}
|
{/* Navigasi (Number of Questions) */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user