MediaWiki:Common.css: различия между версиями

Материал из J2MEdia
Нет описания правки
Метка: ручная отмена
Нет описания правки
Строка 1: Строка 1:
.portable-infobox {
.portable-infobox {
max-width: 500px !important;
width: 400px !important;
min-width: 350px !important;
min-width: unset !important;
word-break: keep-all !important;
word-break: normal !important;
hyphens: manual !important;
hyphens: manual !important;
overflow-wrap: normal !important;
}

.portable-infobox * {
white-space: normal !important;
}

.portable-infobox .pi-data-label {
white-space: nowrap !important;
}
}

Версия от 18:39, 30 июня 2025

.portable-infobox {
    width: 400px !important;
    min-width: unset !important;
    word-break: normal !important;
    hyphens: manual !important;
    overflow-wrap: normal !important;
}

.portable-infobox * {
    white-space: normal !important;
}

.portable-infobox .pi-data-label {
    white-space: nowrap !important;
}