Try our conversational search powered by Generative AI!

Changes in sleek.css makes custom properties look strange

Vote:
 

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:

.Sleek .epi-containerLayout .epi-formsRow, .Sleek .epi-containerLayout .epi-formsRow .epi-formsWidgetWrapper {
line-height: 17px;
overflow: hidden;
}

And now there are:

.Sleek .epi-containerLayout .epi-formsRow, .Sleek .epi-containerLayout .epi-formsRow .epi-formsWidgetWrapper {
line-height: 17px;
}

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?

#89027
Aug 06, 2014 7:56
Vote:
 

Hi,

Was this an upgrade from 7.1.x to 7.5 (7.11)? Or did you do an upgrade from 7.10 to 7.11?

#89035
Aug 06, 2014 8:37
Vote:
 

When we upgraded from 7.1 to 7.5

#89040
Aug 06, 2014 8:51
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.