suppression de word-break sur les liens

This commit is contained in:
Raphael Goetter 2016-01-25 17:32:10 +01:00
parent d02430bc31
commit c6fd1278eb
6 changed files with 7 additions and 19 deletions

View file

@ -1725,9 +1725,6 @@ s,m,l,n = small, medium, large, none
-ms-hyphens: auto;
hyphens: auto;
}
a {
word-break: break-all;
}
}
@media (max-width: 640px) {
.no-wrapping {

File diff suppressed because one or more lines are too long