Skip to content

Commit

Permalink
style($admin_panel) fix #tinymce height increases on every click, key…
Browse files Browse the repository at this point in the history
…press, ...

The same error ProjectCleverWeb/Semantic-UI-WordPress#32
  • Loading branch information
Daniel217D committed Jun 18, 2018
1 parent da8f0d8 commit 2b06416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/styles/common/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ main {
width: 100%;
}

#tinymce {
height: inherit !important;
min-height: inherit !important;
max-height: inherit !important;
}

input::placeholder, textarea::placeholder, input, textarea {
font-size: 14px;
color: $gray;
Expand Down

0 comments on commit 2b06416

Please sign in to comment.