Skip to content

Commit

Permalink
Add Wrap css
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
  • Loading branch information
pjfitzgibbons committed Nov 10, 2023
1 parent 1f2a247 commit 3be019e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/components/notebooks/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.wrapAll {
word-break: break-all;
word-wrap: break-word;
}

.notebooks-paragraph button[aria-label='Expand'] {
display: none;
}
Expand Down

0 comments on commit 3be019e

Please sign in to comment.