docs/content/utilities/helpers.md in bootstrap-bookingsync-sass-1.0.2 vs docs/content/utilities/helpers.md in bootstrap-bookingsync-sass-1.0.3
- old
+ new
@@ -53,5 +53,20 @@
<td class="valign-middle">Middle</td>
<td class="valign-bottom">Bottom</td>
</tr>
</table>
~~~
+
+<div class="example">
+ <div class="sheet-header">
+ <h3 id="text-utils">Text Utils</h3>
+ </div>
+
+ <p>`.text-nowrap`</p>
+
+ <div class="bs-example bs-sheet" data-example-id="vertical-alignment">
+ <span class="text-nowrap">Don't wrap text, Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span>
+ </div>
+</div>
+~~~ html
+<span class="text-nowrap">Don't wrap text, Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span>
+~~~