Changelog

japan pro premium priority asked 10 months ago

Plugins sources are as same as in version 8.0.0. Are you sure, that components like wysiwyg are fixed without new sources!?


Mateusz Lazaru staff commented 10 months ago

It looks like wysiwyg update doesn't contain the update from the changelog. We're going to take a closer look at the issue and fix it.


Mateusz Lazaru staff commented 10 months ago

if you need the fix for "added preventive values to .wysiwyg-content class" right now, override .wysiwyg-conent class:

.wysiwyg-content {
  min-height: 450px;
  padding: 0.5rem;

  // the absolute values are added to prevent unnecessary styles from being applied when toggling lists
  background-color: #fff;
  color: #4f4f4f;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  // the absolute values are added to prevent unnecessary styles from being applied when toggling lists

  &:focus {
    outline: none;
  }
  &.wysiwyg-show-html {
    white-space: pre-line;
  }
}

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: MDB React
  • MDB Version: MDB5 9.0.0
  • Device: PC
  • Browser: Chrome
  • OS: Win10
  • Provided sample code: No
  • Provided link: No
Tags