Skip to content

Commit

Permalink
example site - add text white-space no-wrap helper class
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Nov 12, 2023
1 parent a472d42 commit 8520d33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/documents/index/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ pre code {
border-radius: 0;
}

.nowrap {
white-space: nowrap;
}

@page {
margin: 1cm;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ <h1>Example nested page</h1>
mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia <abbr title="example of an abbreviation HTML tag">ABBR</abbr>. Reprehenderit nostrud nostrud ipsum Lorem
est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia.
</p>
<p><span class="nowrap">This sentence does not wrap.</span></p>
<h2>Unsorted list</h2>
<ul>
<li>
Expand Down

0 comments on commit 8520d33

Please sign in to comment.