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