From 23888a0ee0dee6b76ce634fae9e00b49e4c5904e Mon Sep 17 00:00:00 2001 From: denisbaranov Date: Sun, 18 Oct 2020 15:28:55 +0300 Subject: [PATCH] minor style fix of the textarea field --- assets/css/um-styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/um-styles.css b/assets/css/um-styles.css index db56eae3..acb974be 100644 --- a/assets/css/um-styles.css +++ b/assets/css/um-styles.css @@ -1056,4 +1056,9 @@ small.um-max-filesize span{ } .um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child { margin-left: 30px !important; +} + +.um-field-area .wp-switch-editor{ + float: none; + height: auto; } \ No newline at end of file