[autocomplete] force wrapping for completions
This commit is contained in:
parent
840b0849df
commit
09051249a7
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
}
|
}
|
||||||
.autocomplete_completions LI {
|
.autocomplete_completions LI {
|
||||||
padding: 0.15em;
|
padding: 0.15em;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
.autocomplete_completions .selected {
|
.autocomplete_completions .selected {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
|
@ -21,4 +22,4 @@ input[name=search] ~ input[type=submit] { display: inline-block !important; }
|
||||||
|
|
||||||
.tag-negative { background: #ff8080 !important; }
|
.tag-negative { background: #ff8080 !important; }
|
||||||
.tag-positive { background: #40bf40 !important; }
|
.tag-positive { background: #40bf40 !important; }
|
||||||
.tag-metatag { background: #eaa338 !important; }
|
.tag-metatag { background: #eaa338 !important; }
|
||||||
|
|
Reference in a new issue