summaryrefslogtreecommitdiff
blob: a88f9bb4b9ed9e0f12b29d4966e6404d58e6332f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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;
	}
}