UI: Fixed paddign for fieldset

This commit is contained in:
Artem Dzhereleiko 2023-05-04 16:21:21 +03:00
parent dfa32952fc
commit cabb5663f7

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;