mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] add wordwrap to fix style issues
This commit is contained in:
parent
a53c688879
commit
7366a0e141
3 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.infobox {
|
||||
.infobox_part {
|
||||
margin-bottom: 20px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.infobox_part:last-child {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
.result-content {
|
||||
margin-top: 5px;
|
||||
word-wrap: break-word;
|
||||
|
||||
.highlight {
|
||||
font-weight:bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue