Commit 16f995a87a3611c8ef666a3853e414f44e70a00b
Exists in
master
and in
2 other branches
Merge branch 'migracao-marco'
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 | 519 | vertical-align: middle; |
520 | 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 | 532 | \ No newline at end of file | ... | ... |