Fix .sp-data-table tables width

This commit is contained in:
Nabil Kadimi
2019-09-07 22:14:17 +01:00
committed by GitHub
parent aad3f1c428
commit f31ae8e68e

View File

@@ -104,6 +104,7 @@
.sp-data-table thead .sorting_asc_disabled, .sp-data-table thead .sorting_asc_disabled,
.sp-data-table thead .sorting_desc_disabled { .sp-data-table thead .sorting_desc_disabled {
cursor: pointer; cursor: pointer;
position: relative;
} }
.sp-data-table tbody a { .sp-data-table tbody a {
text-decoration: none; text-decoration: none;
@@ -112,6 +113,7 @@
.sp-data-table .sorting_asc:after, .sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after { .sp-data-table .sorting_desc:after {
font-family: dashicons; font-family: dashicons;
margin: 0 -.2em;
} }
.sp-data-table .sorting:after { .sp-data-table .sorting:after {
content: "\f156"; content: "\f156";