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 {
|
.sp-template-event-performance-icons .sp-performance-icons {
|
||||||
text-align: right !important;
|
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 {
|
.sp-template-event-performance-icons .sp-performance-icons {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-data-table .data-name {
|
||||||
|
text-align: right !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -169,10 +169,6 @@
|
|||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sp-data-table .data-name {
|
|
||||||
text-align: left !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sp-data-table .sp-highlight,
|
.sp-data-table .sp-highlight,
|
||||||
.sp-data-table .highlighted td {
|
.sp-data-table .highlighted td {
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user