Fix table th on RTL layout

pull/5817/head
Chocobozzz 2023-05-17 15:19:40 +02:00
parent d3fcf1c57a
commit 42379e4eef
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 7 additions and 2 deletions

View File

@ -545,11 +545,16 @@ p-table {
}
th {
@include padding-left(15px);
@include padding-right(0px);
padding-top: 5px !important;
padding-bottom: 5px !important;
border: none !important;
border-bottom: 1px solid !important;
border-color: pvar(--submenuBackgroundColor) !important;
text-align: left !important;
padding: 5px 0 5px 15px !important;
text-align: start !important;
font-weight: $font-semibold !important;
color: pvar(--mainForegroundColor) !important;