Commit 634a4157 authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #2217 from QingWei-Li/fix/pagination/style

Pagination: fix ul style in IE9, fixed #2209
parents de589eb2 eba65719
......@@ -152,6 +152,7 @@
vertical-align: top;
font-size: 0;
padding: 0;
margin: 0;
li {
padding: 0 4px;
......@@ -167,6 +168,7 @@
cursor: pointer;
box-sizing: border-box;
text-align: center;
margin: 0;
&:last-child {
border-right: 1px solid var(--pagination-border-color);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment