Skip to content

Commit d0a0db6

Browse files
committed
Merge pull request #243 from codeschool/fix_safari_wrapping
Fix news index word wrapping in Safari
2 parents 2ec18c3 + 292c602 commit d0a0db6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

client/stylesheets/foundation/_tools.sass

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,13 @@
424424
.twsb
425425
font-weight: $b-fontWeight-semibold !important
426426

427+
// -------------------------------------
428+
// Whitespace
429+
// -------------------------------------
430+
431+
.wsnw
432+
white-space: nowrap !important
433+
427434
// -------------------------------------
428435
// Width
429436
// -------------------------------------

views/news/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ block content
2222

2323
h1.h.h--2
2424
| News From the
25-
span.dib Community
25+
span.dib.wsnw Community
2626
a.mls.tch(href="/feed/rss")
2727
- iconPartial = { name: 'rss', size: 20 }
2828
include /views/partials/_icon

0 commit comments

Comments
 (0)