From f0cb354ae0c68d8d51ce4064d08a16937bcf37ba Mon Sep 17 00:00:00 2001 From: MarekWo Date: Fri, 5 Jun 2026 21:20:54 +0200 Subject: [PATCH] fix(analyzer): wrap long URLs in Settings list on narrow mobile viewports Without min-width:0 on the flex-grow column and explicit word-break on the , a long URL with no spaces would refuse to wrap on real Samsung S20 / Chrome Mobile, pushing the switch and edit/delete buttons off-screen. DevTools mobile emulation hid the bug because its wrapping defaults differ slightly from the real device. Co-Authored-By: Claude Opus 4.7 --- app/static/js/app.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/static/js/app.js b/app/static/js/app.js index e859283..ee4a045 100644 --- a/app/static/js/app.js +++ b/app/static/js/app.js @@ -3066,9 +3066,9 @@ function renderAnalyzersList() { -
+
Letsmesh Analyzer built-in
- ${escapeHtml(window.analyzerCache.letsmesh_url_template)} + ${escapeHtml(window.analyzerCache.letsmesh_url_template)}
`; @@ -3094,9 +3094,9 @@ function renderAnalyzersList() { title="${isDefault ? 'Clear default' : 'Mark as default'}"> -
+
${safeName}${disabledBadge}
- ${escapeHtml(a.url_template)} + ${escapeHtml(a.url_template)}