2023-10-05 20:33:10 +00:00
|
|
|
@import '../resources/skins.vector.styles/variables.less';
|
2022-05-30 03:46:57 +00:00
|
|
|
|
2024-01-09 17:48:06 +00:00
|
|
|
.vector-feature-limited-width-clientpref-1 #wikiPreview {
|
2023-01-20 04:47:10 +00:00
|
|
|
// @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).
|
2024-09-23 19:34:28 +00:00
|
|
|
max-width: ( @max-width-content-container / @font-size-small );
|
2022-05-30 03:46:57 +00:00
|
|
|
}
|
2024-09-11 16:35:14 +00:00
|
|
|
|
|
|
|
.mw-editform {
|
2024-09-23 19:34:28 +00:00
|
|
|
font-size: @font-size-small;
|
2024-09-11 16:35:14 +00:00
|
|
|
line-height: @line-height-small;
|
|
|
|
}
|