You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently a quite outdated js library resizable is used.
CSS has an out of the box solution with resize, which is widely used, e.g. like here in Github
I would like to suggest to replace the js library by using resize instead.
It should be enough to remove the resizable library and usage and add the following to martor.bootstrap.css
currently a quite outdated js library resizable is used.
CSS has an out of the box solution with
resize
, which is widely used, e.g. like here in GithubI would like to suggest to replace the js library by using
resize
instead.It should be enough to remove the resizable library and usage and add the following to
martor.bootstrap.css
resize: both
does also work, but requires a bit more investigation how to set amax-width
andmin-width
The text was updated successfully, but these errors were encountered: