logos-wiki/Vector/skinStyles/mediawiki.action.edit.less

9 lines
425 B
Plaintext
Raw Normal View History

2023-08-31 14:09:23 +00:00
@import '../resources/common/variables.less';
.vector-feature-limited-width-enabled #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;
}