mediawiki-extensions-Echo/modules/styles/mw.echo.ui.PaginationWidget.less
Volker E b680244f8a Fix navigation controls wrapping on Notifications page
Fixing regression from a8ef5fe765c1.

Bug: T210487
Change-Id: I914b94515398d9fa388e8a8984b22f52e3507c86
2018-11-27 09:27:52 -08:00

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;
}
}