Few mautic design bugs on 5.10

Ok after some testing, it seems like the problem with not able to edit the campaigns coming from " Load Froala assets".

When that option is active you can edit campaigns when it’s off you can’t edit them (so it required to activate that to make it work).

image

Second problem with delete icons not working. It seems like you might changed a bit the delete code and you need to add this css to builder.css in order to fix that

/* fixing remove button not working */
.ri-close-line:before {
content: “\f00d”;
}

.ri-close-line {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}