Merge pull request #312 from kadimi/master

Fix RTL support for first column in datatables
This commit is contained in:
Brian Miyaji
2018-11-14 11:15:31 +11:00
committed by GitHub
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;