Fix RTL support for first column in datatables

This commit is contained in:
Nabil Kadimi
2018-10-28 08:52:00 +00:00
parent d70384af7a
commit a6f06b0088
3 changed files with 10 additions and 6 deletions

View File

@@ -26,4 +26,8 @@
.sp-template-event-performance-icons .sp-performance-icons {
text-align: right !important;
}
}
.sp-data-table .data-name {
text-align: left !important;
}

View File

@@ -26,4 +26,8 @@
.sp-template-event-performance-icons .sp-performance-icons {
text-align: left !important;
}
}
.sp-data-table .data-name {
text-align: right !important;
}

View File

@@ -169,10 +169,6 @@
color: inherit !important;
}
.sp-data-table .data-name {
text-align: left !important;
}
.sp-data-table .sp-highlight,
.sp-data-table .highlighted td {
font-weight: 500 !important;