Skip to content

Commit

Permalink
Set max-width for code textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Oct 8, 2022
1 parent fcf3e96 commit eddbb6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Changelog
- Show only rendered content in print preview mode.


### Changed

- Do not allow code textarea to be dragged to overlap with output sheet.


1.1.0 (2022-09-30)
------------------

Expand Down
1 change: 1 addition & 0 deletions web/css/mathb.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ textarea {
box-sizing: border-box;
display: block;
width: 100%;
max-width: 100%;
padding: 0.5rem;
min-height: 10rem;
}
Expand Down

0 comments on commit eddbb6c

Please sign in to comment.