Merge pull request #8482 from ArtemDzhereleiko/AD/bug-fix/settings-card-padding

Fixed padding for repository settings fieldset
This commit is contained in:
Igor Kulikov 2023-05-05 17:46:42 +03:00 committed by GitHub
commit c4bd7fb889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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