[fix] result url wrap - closes #652

pull/1/head
Adam Tauber 8 years ago
parent 959497e26b
commit 94b5f2ca77

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

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

Loading…
Cancel
Save