mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE): Reduce vertical spacing in Uniformity components
This commit is contained in:
@@ -1274,8 +1274,8 @@ const UniformityTable = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='space-y-4 px-4'>
|
<div className='space-y-1.5 px-4'>
|
||||||
<div className='grid grid-cols-1 sm:grid-cols-2 sm:gap-4'>
|
<div className='grid grid-cols-1 sm:grid-cols-2 sm:gap-1.5'>
|
||||||
<div>
|
<div>
|
||||||
<DateInput
|
<DateInput
|
||||||
required
|
required
|
||||||
|
|||||||
@@ -511,7 +511,7 @@ const UniformityForm = ({
|
|||||||
Informasi Umum
|
Informasi Umum
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<form onSubmit={handleFormSubmit} className='flex flex-col gap-1'>
|
<form onSubmit={handleFormSubmit} className='flex flex-col gap-1.5'>
|
||||||
<DateInput
|
<DateInput
|
||||||
required
|
required
|
||||||
label='Tanggal'
|
label='Tanggal'
|
||||||
|
|||||||
Reference in New Issue
Block a user