Skip to content

Commit 530f84a

Browse files
author
Luke Carbis
committed
Merge pull request #765 from xwp/feature/issue-755
Add inline-block styling to reset filters link
2 parents 1eca77c + f27b54c commit 530f84a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/css/admin.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
margin-left: 5px;
1919
line-height: 28px;
2020
text-decoration: none;
21+
display: inline-block;
2122
}
2223

2324
#record-query-reset span.dashicons {
2425
position: absolute;
25-
top: 2px;
26+
top: 0.5em;
2627
left: 0;
2728
font-size: 13px;
2829
}

0 commit comments

Comments
 (0)