Skip to content

Commit

Permalink
Do not hardcode sizes of HW support table columns
Browse files Browse the repository at this point in the history
Remove the sizing for columns in the supported hardware table in order
to avoid the last columns to be overly narrow and cause usage of multi
line cells often. Instead, let the browser determine their width.
  • Loading branch information
aperezdc committed Apr 26, 2024
1 parent 4e390b3 commit 580f7bd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions about/supported-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,6 @@ table {
border-bottom: 2px solid black;
margin: 0;
}
@media (min-width: 45rem) {
table thead tr :nth-child(1) {
width: 18ch;
}
table thead tr :nth-child(2) {
width: 21ch;
}
table thead tr :nth-child(4) {
width: 35ch;
}
table thead tr :nth-child(5) {
width: 13ch;
}
}
table :is(thead, tbody) tr > * {
padding-left: 0;
vertical-align: top;
Expand Down

0 comments on commit 580f7bd

Please sign in to comment.