mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
* small fix for CSS of multi-checkbox fields in wp-admin;
This commit is contained in:
@@ -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;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user