Skip to content

Commit

Permalink
Fix long-line overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yoching committed Mar 28, 2024
1 parent 2662c88 commit f8c92ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/css/code/workspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
}

#workspace.view-mode_regular #workspace-content {
max-width: 100vw;
/*overflow-x: hidden;*/
display: flex;
flex-direction: column;
Expand Down
1 change: 1 addition & 0 deletions src/css/ui/page-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
flex: 1;
flex-direction: column;
gap: 1.5rem;
min-width: 0;
}

.page.centered-layout .page-content {
Expand Down

0 comments on commit f8c92ae

Please sign in to comment.