image picker and creating folder in media library from media picker window
Hello, guys! There is strange behavior in the back office, when I try to create new folder in media library from image picker window it just does not do anything.
Is there any way, how I can fix this in my project without updating whole umbraco? I cannot see those files which were mentioned for example src/Umbraco.Web.UI.Client/src/less/components/umb-breadcrumbs.less+
+input.umb-breadcrumbs__add-ancestor {
+ height: 25px;
+ margin-top: -2px;
+ margin-left: 3px;
+ width: 100px;
+}
How can I found this umb-breadcrumbs.less in my umbraco project?
image picker and creating folder in media library from media picker window
Hello, guys! There is strange behavior in the back office, when I try to create new folder in media library from image picker window it just does not do anything.
why it does not work?
Hey!
What version of Umbraco are you using? Are there any errors in the browser console?
There are no any errors
Hi,
This was reported here and has been fixed in 7.7.3
Ver
Is there any way, how I can fix this in my project without updating whole umbraco? I cannot see those files which were mentioned for example
src/Umbraco.Web.UI.Client/src/less/components/umb-breadcrumbs.less
+ +input.umb-breadcrumbs__add-ancestor { + height: 25px; + margin-top: -2px; + margin-left: 3px; + width: 100px; +}
How can I found this
umb-breadcrumbs.less
in my umbraco project?is working on a reply...