Commit 3933c66b5f82d660da75f2a0f10a2ad15157030a
Exists in
master
and in
2 other branches
Merge branch 'master' into staging
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
src/app/layout.scss
@@ -519,4 +519,13 @@ ul li:last-child { | @@ -519,4 +519,13 @@ ul li:last-child { | ||
519 | vertical-align: middle; | 519 | vertical-align: middle; |
520 | float: none; | 520 | float: none; |
521 | } | 521 | } |
522 | +} | ||
523 | + | ||
524 | +// Links grandes quebram a linha em telas pequenas | ||
525 | +a { | ||
526 | + white-space: pre-wrap; /* css-3 */ | ||
527 | + white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ | ||
528 | + white-space: -pre-wrap; /* Opera 4-6 */ | ||
529 | + white-space: -o-pre-wrap; /* Opera 7 */ | ||
530 | + word-wrap: break-word; /* Internet Explorer 5.5+ */ | ||
522 | } | 531 | } |
523 | \ No newline at end of file | 532 | \ No newline at end of file |