* small fix for CSS of multi-checkbox fields in wp-admin;

This commit is contained in:
Mykyta Synelnikov
2024-09-30 17:54:20 +03:00
parent 5a76366c94
commit e5bfdc2dae
3 changed files with 9 additions and 1 deletions
+6
View File
@@ -307,6 +307,12 @@ input[type=number].um-forms-field {
}
.um-form-fields-section {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
row-gap: 4px;
float: left;
clear: none;
margin: 0;
+1 -1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -278,6 +278,8 @@ input[type="number"]
.#{$prefix}form-fields-section
+flex( column, flex-start, stretch, nowrap )
row-gap: 4px
float: left
clear: none
margin: 0