[fix] result url wrap - closes #652
This commit is contained in:
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user