Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 committed Dec 28, 2024
1 parent 8957367 commit 0d83507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ table {
overflow-x: auto;
display: block; // Add this line to make the table scrollable
width: 100%;
box-sizing: border-box;
position: relative;

thead {
border-bottom: 1px solid var(--border-color);
Expand All @@ -176,6 +176,7 @@ table {
th,
td {
padding: 10px 15px;
width: fit-content;
}

tbody tr {
Expand Down

0 comments on commit 0d83507

Please sign in to comment.