MediaWiki:Common.css: различия между версиями
Материал из J2MEdia
Нет описания правки |
Нет описания правки |
||
Строка 1: | Строка 1: | ||
.portable-infobox { |
.portable-infobox { |
||
width: |
max-width: 500px !important; |
||
min-width: |
min-width: 350px !important; |
||
hyphens: none !important; |
hyphens: none !important; |
||
word-break: normal !important; |
word-break: normal !important; |
Версия от 18:42, 30 июня 2025
.portable-infobox {
max-width: 500px !important;
min-width: 350px !important;
hyphens: none !important;
word-break: normal !important;
}
.portable-infobox .pi-data-label {
white-space: normal !important;
word-break: break-word !important;
min-width: 120px !important;
padding-right: 10px !important;
}
.portable-infobox .pi-data-value {
word-break: normal !important;
}
.portable-infobox span.no-break {
white-space: nowrap !important;
display: inline-block;
}