Skip to content

Commit

Permalink
remove middle alignment on table
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Nov 10, 2023
1 parent 6f09961 commit f41cb93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/theme/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default {
tr td, tr th {
background-color: #fff;
box-shadow: 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
vertical-align: middle;
}
tr th {
box-shadow: 1px 0 0 0 #ccc inset,
Expand Down

0 comments on commit f41cb93

Please sign in to comment.