Skip to content

Commit

Permalink
Fixed overflow issues
Browse files Browse the repository at this point in the history
Preventing long expressions from overflowing, thereby fixing LDflex#5
  • Loading branch information
Jotra04 authored May 9, 2020
1 parent 603cae4 commit cc18e09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ form.playground p.expression input {
margin-right: 1ex;
}

form.playground pre.expression {
overflow: auto;
}

form.playground p.multiple {
font-style: italic;
text-align: right;
Expand Down

0 comments on commit cc18e09

Please sign in to comment.