Skip to content

Commit

Permalink
Update EndlessLoopTest_wordwrap.html example to be more clear if view…
Browse files Browse the repository at this point in the history
…ing pdf
  • Loading branch information
liias committed Aug 3, 2017
1 parent 1742d19 commit 99fdcac
Showing 1 changed file with 2 additions and 4 deletions.
@@ -1,6 +1,4 @@
<body>
<div style="width: 100px; word-wrap: break-word">
<div style="width: 100px; float: left;">div with similar width than container and is floated</div>
b
</div>
<div style="width: 100px; float: left; background-color: darkorange">floated</div>
<div style="width: 101px; word-wrap: break-word; background-color: lavender">word wrapped</div>
</body>

0 comments on commit 99fdcac

Please sign in to comment.