mediawiki-extensions-Echo/modules/styles/mw.echo.ui.PaginationWidget.less

20 lines
231 B
Plaintext
Raw Normal View History

.mw-echo-ui-paginationWidget {
display: table;
&-row {
display: table-row;
}
&-label,
&-start,
&-direction {
display: table-cell;
vertical-align: middle;
}
&-label {
padding: 0 0.5em;
white-space: nowrap;
}
}