Adds nowrap class & recompile less

This commit is contained in:
Samuel Georges 2016-11-22 06:56:03 +11:00
parent 97b0bc481f
commit b885ca0d24
3 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Utility styles are a collection of useful classes designed to reduce the need to
```css
.t-ww { word-wrap: break-word; }
.t-nw { white-space: nowrap; }
```
### Positioning

View File

@ -33,6 +33,7 @@
// --------------------------------------------------
.t-ww { word-wrap: break-word; word-break: break-word; }
.t-nw { white-space: nowrap; }
//
// Positioning

View File

@ -429,6 +429,7 @@ address{margin-bottom:20px;font-style:normal;line-height:1.42857143}
.bg-s-s20{background-color:#ff7c09}
.bg-a-s20{background-color:#1c9df3}
.t-ww{word-wrap:break-word;word-break:break-word}
.t-nw{white-space:nowrap}
.pos-r{position:relative !important}
.pos-a{position:absolute !important}
.pos-f{position:fixed !important}