1
0
Fork 0
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:
Matt Hook 2023-09-08 13:40:09 +12:00 committed by GitHub
parent c8a1f0fa77
commit b40b305e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View file

@ -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]
)}
>