Skip to content

Commit

Permalink
Styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed May 28, 2024
1 parent fac95e9 commit 599542f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ table.form tr.marked {
}

table.form thead th {
padding: 0.5rem;
padding: 0.25rem 0.5rem;
}

table.form thead th svg {
vertical-align: middle;
}

table.form tbody td {
Expand Down Expand Up @@ -205,10 +209,12 @@ table.form tr.selectable:hover {
}

@media screen and (max-width: 768px) {
table.form th:last-child {
max-width: 2rem;
text-overflow: ellipsis;
overflow: hidden;
table.form thead th {
padding: 0.25rem;
}

table.form tbody td {
width: auto;
}
}

Expand Down

0 comments on commit 599542f

Please sign in to comment.