Merge pull request #9098 from ArtemDzhereleiko/AD/bug-fix/widget/multiple-input/add-padding

Fixed padding for multiple input widget
This commit is contained in:
Igor Kulikov 2023-08-17 18:51:46 +03:00 committed by GitHub
commit 63943bc5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
}
.fields-group {
padding: 0 8px;
padding: 8px 0 0 8px;
margin: 10px 0;
border: 1px groove rgba(0, 0, 0, .25);