Commit e939603
committed
fix(layout): prevent output text from overflowing past sidebar
Long unbroken text in notes and @pastes was extending past the browser
window width, crowding out the sidebar. Two fixes:
- Change word-wrap: normal to overflow-wrap: break-word on .output
- Add min-width: 0 to main grid child to constrain its column track1 parent c42f1d3 commit e939603
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments