From cfc689e04603c165e0ebbe9d3151a454b40031ba Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 21 May 2024 12:13:05 +0200 Subject: [PATCH] Fix overflowing text --- changedetectionio/templates/edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index f8c0eba4..6d6d19fc 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -433,7 +433,8 @@ Unavailable") }}
{% if visualselector_enabled %} - The Visual Selector tool lets you select the text elements that will be used for the change detection ‐ after the Browser Steps has completed, this tool is a helper to manage filters in the "CSS/JSONPath/JQ/XPath Filters" box of the Filters & Triggers tab. + The Visual Selector tool lets you select the text elements that will be used for the change detection ‐ after the Browser Steps has completed.
+ This tool is a helper to manage filters in the "CSS/JSONPath/JQ/XPath Filters" box of the Filters & Triggers tab.