[fix] result url wrap - closes #652

This commit is contained in:
Adam Tauber 2016-09-05 21:57:49 +02:00
parent 959497e26b
commit 94b5f2ca77
4 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -148,3 +148,7 @@
color: @gray;
background: transparent;
}
.result .text-muted small {
word-wrap: break-word;
}

View File

@ -81,3 +81,7 @@
color: #AAA;
background: #FFF;
}
.result .text-muted small {
word-wrap: break-word;
}