Skip to content

Commit

Permalink
Merge pull request #88 from REAN-Foundation/table_alinement_fixes
Browse files Browse the repository at this point in the history
Table alinement fixes
  • Loading branch information
dattatraya-inflection authored Oct 23, 2024
2 parents 89122a6 + 7f7beec commit 80fa209
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,12 @@ a:not([class]):hover {
/* border-radius: 14px; */
/* border: 3px solid var(--primary); */
}

.table th[data-sort]:hover {
background-color: inherit !important;
}

.table tbody td {
padding-left: 16px !important;
padding-right: 16px !important;
}

0 comments on commit 80fa209

Please sign in to comment.