Navigation Menu

Skip to content

Commit

Permalink
Tables are full width on smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
LkeMitchll committed Mar 28, 2021
1 parent 9e4b0e9 commit 67c413a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/assets/css/base/tables.css
Expand Up @@ -2,13 +2,22 @@ table {
display: flex;
}

thead,
tbody {
flex-grow: 1;
}

thead,
tr {
display: flex;
flex-direction: column;
align-items: flex-start;
}

tr {
width: 100%;
}

th,
td {
width: 100%;
Expand Down

0 comments on commit 67c413a

Please sign in to comment.