mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE-Storyless): remove unnecessary padding from badge styles for improved layout
This commit is contained in:
@@ -432,7 +432,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
color={color}
|
color={color}
|
||||||
size='sm'
|
size='sm'
|
||||||
className={{
|
className={{
|
||||||
badge: 'whitespace-nowrap font-semibold text-xs px-2 py-0.5',
|
badge: 'whitespace-nowrap font-semibold text-xs px-2',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Periode {projectFlock.period}
|
Periode {projectFlock.period}
|
||||||
@@ -461,7 +461,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
color='info'
|
color='info'
|
||||||
size='sm'
|
size='sm'
|
||||||
className={{
|
className={{
|
||||||
badge: 'whitespace-nowrap font-semibold text-xs px-2 py-0.5',
|
badge: 'whitespace-nowrap font-semibold text-xs px-2',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
PAKAN
|
PAKAN
|
||||||
@@ -476,7 +476,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
color='secondary'
|
color='secondary'
|
||||||
size='sm'
|
size='sm'
|
||||||
className={{
|
className={{
|
||||||
badge: 'whitespace-nowrap font-semibold text-xs px-2 py-0.5',
|
badge: 'whitespace-nowrap font-semibold text-xs px-2',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
OVK
|
OVK
|
||||||
|
|||||||
Reference in New Issue
Block a user