MediaWiki:Common.css — различия между версиями
Материал из InformationSecurity WIKI
Drakylar (обсуждение | вклад) м |
Drakylar (обсуждение | вклад) м |
||
Строка 4: | Строка 4: | ||
margin: 0 !important; | margin: 0 !important; | ||
min-width: max-content !important; | min-width: max-content !important; | ||
− | width: 100%; | + | width: calc(100% - 30px); |
} | } |
Версия 22:01, 11 марта 2022
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.mw-highlight pre {
margin: 0 !important;
min-width: max-content !important;
width: calc(100% - 30px);
}
.mw-highlight {
overflow-x: auto !important;
}