We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa17fb commit f3a4086Copy full SHA for f3a4086
src/features/pagination/less/pagination.less
@@ -41,7 +41,11 @@
41
.ui-grid-pager-max-pages-number{
42
vertical-align: bottom;
43
> * {
44
- vertical-align: middle;
+ vertical-align: bottom;
45
+ }
46
+ abbr {
47
+ border-bottom: none;
48
+ text-decoration: none;
49
}
50
51
@@ -131,5 +135,9 @@
131
135
margin-right: 10px;
132
136
margin-left: 10px;
133
137
float: right;
138
139
140
141
134
142
143
0 commit comments