Merge pull request #245 from kadimi/patch-3

Fix RTL CSS not working due to lower weight
This commit is contained in:
Brian Miyaji
2018-02-26 14:27:22 +11:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
/* Data Tables */
.sp-data-table .data-name {
text-align: right;
text-align: right !important;
}
/* Pagination */
@@ -80,4 +80,4 @@
.sp-template-logo + .sp-post-content {
clear: right;
}
}
}