Fix RTL CSS not working due to lower weight

This commit is contained in:
Nabil Kadimi
2018-02-10 10:54:39 +00:00
committed by GitHub
parent 87887a38aa
commit 690a9b6de6

View File

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