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