Skip to content

Commit

Permalink
KPMP-4583: Fix table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Sep 7, 2023
1 parent 5187e68 commit 241042e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -770,17 +770,21 @@ tr.MuiTableRow-root:nth-child(even) {
}
}

#data-type-table-explorer {
.table {
thead th {
font-weight: 500;
font-size: 16px;
.table {
thead th {
font-weight: 500;
font-size: 11px;
white-space: "pre-wrap";
text-align: center;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
}
}
}


#data-type-table-explorer {
.table {

td {
font-size: 16px;
Expand Down

0 comments on commit 241042e

Please sign in to comment.