In one of my sidebar widgets I show some thumbnail images with style class "wr_revimg". Within extra.less I've defined the following code.
However, this code does not take any effect. I've inspected the source code just to ensure the style is not overridden. But it isn't. It seems as if extra.less is not loaded.
Any idea what can cause this issue?
Code:
.wr_revimg {
height: 93px;
}
Any idea what can cause this issue?