[fix] simple theme - preferences: fix tooltip overflow

Suggested-by: @dalf https://github.com/searxng/searxng/pull/295#discussion_r703370358
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-09-07 12:35:26 +02:00
parent 9068a72c6a
commit bd830f7449
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
.column-reliability {
.engine-tooltip {
right: 12rem;
}
}
#main_preferences {
form {
width: 100%;

View file

@ -70,7 +70,7 @@
{% set r = '' %}
{% endif %}
{% if checker_result or errors %}
<td class="{{ label }}">{{- "" -}}
<td class="{{ label }} column-reliability">{{- "" -}}
<a href="{{ url_for('stats', engine=engine_name|e) }}">{{- "" -}}
<span aria-labelledby="{{engine_name}}_reliability">
{{ icon('warning', 'The engine is not reliabled') }} {{ r -}}