mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
b680244f8a
Fixing regression from a8ef5fe765c1. Bug: T210487 Change-Id: I914b94515398d9fa388e8a8984b22f52e3507c86
24 lines
273 B
Plaintext
24 lines
273 B
Plaintext
.mw-echo-ui-paginationWidget {
|
|
display: table;
|
|
|
|
&-row {
|
|
display: table-row;
|
|
}
|
|
|
|
&-label,
|
|
&-start,
|
|
&-direction {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
&-direction {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&-label {
|
|
padding: 0 0.5em;
|
|
white-space: nowrap;
|
|
}
|
|
}
|