Merge pull request #354 from kadimi/patch-18
Fix `.sp-data-table` tables width
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user