[fix] add wordwrap to fix style issues
This commit is contained in:
parent
a53c688879
commit
7366a0e141
BIN
searx/static/themes/oscar/css/oscar.min.css
vendored
BIN
searx/static/themes/oscar/css/oscar.min.css
vendored
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
.infobox {
|
.infobox {
|
||||||
.infobox_part {
|
.infobox_part {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infobox_part:last-child {
|
.infobox_part:last-child {
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
.result-content {
|
.result-content {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user