mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
BUG: Issue in change the size of the text area
This commit is contained in:
@@ -440,6 +440,10 @@ p.um-notice.warning {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.um-form .um-meta-text textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.um-form .wp-editor-container {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
@@ -467,7 +471,7 @@ p.um-notice.warning {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.um-profile.um-editing .um-field-checkbox,
|
||||
.um-profile.um-editing .um-field-checkbox,
|
||||
.um-profile.um-editing .um-field-radio{
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user