mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(styles): improve styling of form-section-title [EE-5366] (#10250)
This commit is contained in:
parent
c8a1f0fa77
commit
b40b305e63
3 changed files with 11 additions and 7 deletions
|
@ -33,7 +33,7 @@ export function FormSectionTitle({
|
|||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
'col-sm-12 mb-2 mt-1 pl-0 font-medium',
|
||||
'col-sm-12 mb-2 mt-4 pl-0 font-medium',
|
||||
tailwindTitleSize[titleSize]
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue