Skip to content

Commit

Permalink
fix(client): fix width in chapter problem page
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Jan 14, 2024
1 parent d4e7109 commit fde2651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.chapter-problem-page {
flex: 1 1;
overflow-y: auto;
width: 100%;
}

@media only screen and (min-width: 1025px) {
Expand Down

0 comments on commit fde2651

Please sign in to comment.