Development

This commit is contained in:
Matthew Grotke 2026-05-22 03:05:10 -04:00
parent 831bc88a92
commit 8756eb624e
2 changed files with 11 additions and 12 deletions

View file

@ -1411,7 +1411,7 @@ def render_layout(view_id, content_html, tokens):
text = e(item.get('detail', item.get('name', '')))
tip = item.get('suggestion', '')
if tip:
text += f' <span style="opacity:0.75"> {e(tip)}</span>'
text += f' <span style="opacity:0.75">- {e(tip)}</span>'
problem_bars += f'<div class="info-bar {cls}">{text}</div>\n'
except Exception:
pass