Merge pull request #312 from kadimi/master
Fix RTL support for first column in datatables
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user