MediaWiki:Common.css: Różnice pomiędzy wersjami
Strona MediaWiki
Inne akcje
nie zawijamy linii w infoboksach Znacznik: Wycofane |
druga poprawka bo ai slop ni umie Znacznik: Wycofane |
||
| Linia 22: | Linia 22: | ||
/* nie zawijajmy linii w infoboksach, grupy z layout horizontal */ | /* nie zawijajmy linii w infoboksach, grupy z layout horizontal */ | ||
.pi-horizontal-group { | |||
display: block !important; | |||
overflow-x: auto !important; | |||
overflow-y: hidden !important; | |||
white-space: nowrap !important; | |||
} | |||
.pi-horizontal-group tr { | |||
display: inline-flex !important; | |||
flex-wrap: nowrap !important; | |||
} | |||
. | .pi-horizontal-group-item { | ||
white-space: nowrap; | display: inline-block !important; | ||
min-width: 250px; | |||
white-space: nowrap !important; | |||
vertical-align: top; | |||
} | |||
. | .pi-horizontal-group-item .pi-data-value { | ||
white-space: nowrap; | white-space: nowrap !important; | ||
} | } | ||
. | .pi-horizontal-group-item ul, | ||
.pi-horizontal-group-item li { | |||
white-space: nowrap !important; | |||
} | } | ||