Fix table th on RTL layout
This commit is contained in:
parent
d3fcf1c57a
commit
42379e4eef
|
@ -545,11 +545,16 @@ p-table {
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
@include padding-left(15px);
|
||||||
|
@include padding-right(0px);
|
||||||
|
|
||||||
|
padding-top: 5px !important;
|
||||||
|
padding-bottom: 5px !important;
|
||||||
|
|
||||||
border: none !important;
|
border: none !important;
|
||||||
border-bottom: 1px solid !important;
|
border-bottom: 1px solid !important;
|
||||||
border-color: pvar(--submenuBackgroundColor) !important;
|
border-color: pvar(--submenuBackgroundColor) !important;
|
||||||
text-align: left !important;
|
text-align: start !important;
|
||||||
padding: 5px 0 5px 15px !important;
|
|
||||||
font-weight: $font-semibold !important;
|
font-weight: $font-semibold !important;
|
||||||
color: pvar(--mainForegroundColor) !important;
|
color: pvar(--mainForegroundColor) !important;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue