- fix small errors

This commit is contained in:
ashubawork
2023-05-24 16:18:08 +03:00
parent e4c30a472e
commit 568b56d267
3 changed files with 43 additions and 23 deletions
@@ -146,6 +146,14 @@ textarea.um-forms-field.um-small-field {
flex: 0.9;
}
.um-multi-selects-option-line .um-field-wrapper.um-custom-order-fields label select{
width: auto;
display: inline;
font-weight: normal;
max-width: 70%;
flex: 0.9;
}
.um-multi-selects-option-line.um-admin-drag-fld .um-field-wrapper {
width: calc( 100% - 90px );
}