2023-06-22, 12:01:39
(2023-06-22, 08:26:09)islander Wrote:(2023-06-22, 03:04:58)leestwise Wrote:(2023-06-19, 18:50:13)islander Wrote:(2023-06-19, 13:04:03)leestwise Wrote: Will the edit windows be re-sizable in the next update? The Components edit window, in particular, is too small to be of practical use.
...lee
Which edit windows are you referring to?
Any that are not sizable, but, as I indicated, the Components edit window, in particular.
...lee
Sorry, I dont know how I missed you saying Components? The easiest / quickest way to fix this until there is an update, would be to go to the "White Label Options " section of Massive admin theme, in the Custom Header section, Add the following:
This should solve your problem.Code:<style>
.CodeMirror {
resize: both;
overflow: auto;
}
</style>
Thank you so much!
...lee