Skip to content

Commit

Permalink
Fix scrollable content width
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Apr 26, 2024
1 parent 866dfb3 commit fa57e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
height: 5rem;
text-align: left;
min-width: 355px;
width: 100%;
width: 90%;
white-space-collapse: break-spaces;
overflow-x: hidden;
overflow-y: auto;
Expand Down

0 comments on commit fa57e67

Please sign in to comment.