Skip to content

Commit

Permalink
fix: move vertical-align to td, th to avoid UA style dependency (#608) (
Browse files Browse the repository at this point in the history
  • Loading branch information
asavartsov committed May 27, 2021
1 parent 7049f01 commit 705c100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,15 @@
height: 100%;
box-sizing: border-box;
text-align: center;
vertical-align: middle;

th {
padding: 0;
font-weight: 500;
vertical-align: middle;
}
td {
padding: 0;
vertical-align: middle;
}
}

Expand Down

0 comments on commit 705c100

Please sign in to comment.