mirror of
https://github.com/searx/searx
synced 2025-09-04 08:25:43 +00:00
[fix] wrap suggestions inside suggestion box
long suggestions now wrap around the box instead of going overboard.
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
@@ -131,6 +131,14 @@
|
|||||||
// suggestion
|
// suggestion
|
||||||
.suggestion_item {
|
.suggestion_item {
|
||||||
margin: 2px 5px;
|
margin: 2px 5px;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
max-width: 100%;
|
||||||
|
white-space: normal;
|
||||||
|
word-wrap: break-word;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// download result
|
// download result
|
||||||
|
@@ -64,6 +64,14 @@
|
|||||||
// suggestion
|
// suggestion
|
||||||
.suggestion_item {
|
.suggestion_item {
|
||||||
margin: 2px 5px;
|
margin: 2px 5px;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
max-width: 100%;
|
||||||
|
white-space: normal;
|
||||||
|
word-wrap: break-word;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// download result
|
// download result
|
||||||
|
Reference in New Issue
Block a user