Pull Request branch dev-clone to main #1
|
|
@ -561,7 +561,7 @@ export default function AssessmentPage() {
|
|||
{/* MIDDLE */}
|
||||
{/* Pertanyaan */}
|
||||
{/* <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 }}>
|
||||
<Text className="text-2xl font-bold ml-6">
|
||||
Harap menjawab semua pertanyaan yang tersedia
|
||||
|
|
@ -737,7 +737,7 @@ export default function AssessmentPage() {
|
|||
|
||||
{/* RIGHT-SIDE */}
|
||||
{/* 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">
|
||||
|
||||
{/* Navigasi (Number of Questions) */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user