After upgrading to EPiServer 7.5 (acually 7.11 right now) we have problems with some of our custom properties (custom widgets) that looks strange, the ones with multiple lines does not align correctly (it place some of the content in the label-area).
After some debugging a found out that changes in this file was the problem:
After upgrading to EPiServer 7.5 (acually 7.11 right now) we have problems with some of our custom properties (custom widgets) that looks strange, the ones with multiple lines does not align correctly (it place some of the content in the label-area).
After some debugging a found out that changes in this file was the problem:
/EPiServer/Shell/7.11.0.0/ClientResources/epi/themes/sleek/sleek.css
Before there were:
And now there are:
overflow:hidden is gone and if I add it, my properties looks good.
I can fix this by adding this to my own css but are there any other better way to fix so multi div's get aligned right?