mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] suggestions display
This commit is contained in:
parent
b8efd1214f
commit
6b31f55c90
2 changed files with 7 additions and 5 deletions
|
|
@ -403,8 +403,8 @@ tr {
|
|||
|
||||
#suggestions {
|
||||
|
||||
span {
|
||||
display: block;
|
||||
form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -432,8 +432,10 @@ tr {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#answers, #infoboxes {
|
||||
form {
|
||||
display: inline-block;
|
||||
min-width: 210px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue