mirror of
https://github.com/searx/searx
synced 2024-11-19 16:37:18 +01:00
[fix] result url wrap - closes #652
This commit is contained in:
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;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.result .text-muted small {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
@ -81,3 +81,7 @@
|
||||
color: #AAA;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.result .text-muted small {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user