-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.10, 5.2.1, 5.2.6, 6.0.32rc1, 6.4.17rc1, 7.0.1rc1, 7.2.0alpha1
-
S24-W30/31
-
1
Result:
There is a word-break property in the CSS class .textarea-flexible, which sometimes makes reading the description in user macros unnecessarily difficult.
.textarea-flexible { word-break: break-all; }
This causes those ugly line breaks.
Expected:
Without this property for user macros, the line breaks are much prettier and more readable.
- mentioned in
-
Page Loading...