Skip to content

Commit

Permalink
KPMP-3583: Fix table header
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Sep 7, 2023
1 parent faf594e commit 954190c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -773,17 +773,23 @@ tr.MuiTableRow-root:nth-child(even) {
.table {
thead th {
font-weight: 500;
font-size: 11px;
white-space: "pre-wrap";
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-size: 11px;
white-space: "pre-wrap";
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 {
font-weight: 500;
font-size: 16px;
white-space: "pre-wrap";
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;

td {
font-size: 16px;
Expand Down

0 comments on commit 954190c

Please sign in to comment.