mediawiki-skins-Vector/skinStyles/mediawiki.action.edit.less
Jon Robson 0ec9d2ecd6 Remove cache related FIXMES for CSS
Change-Id: I0b8bff3e880bef3e97341c24e40405401381006a
2024-01-09 09:48:06 -08:00

9 lines
443 B
Plaintext

@import '../resources/skins.vector.styles/variables.less';
.vector-feature-limited-width-clientpref-1 #wikiPreview {
// @max-width-content-container is defined in ems, so the final width depends on font-size,
// but this element is nested in an element with a different font-size. Divide by the
// current font-size to get the intended result (as if font-size wasn't changed).
max-width: @max-width-content-container / @font-size-base;
}