Skip to content

Commit

Permalink
Apply IE11 improvement to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Apr 25, 2024
1 parent 617be14 commit e7bdb6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@ footer,
display: contents;
}

.out [role="row"] > * {
display: inline-block;
}

.out [role="columnheader"] {
font-weight: bold;
padding: 8px 12px 0;
text-align: center;
}

.out [role="cell"] {
display: inline-block;
border: solid #a2a9b1;
background: #fff;
border-width: 1px 0 1px 1px;
Expand Down

0 comments on commit e7bdb6e

Please sign in to comment.