indent context a little

This commit is contained in:
Jakub Trllo 2025-11-10 10:46:16 +01:00
parent feba551e99
commit 9dbd46d866

View file

@ -393,7 +393,7 @@ class InstanceCardWidget(CardWidget):
sublabel = ""
if folder_path:
folder_name = folder_path.rsplit("/", 1)[-1]
sublabel = f"<b>{folder_name}</b>"
sublabel = f"&nbsp;&nbsp;<b>{folder_name}</b>"
if task_name:
sublabel += f" <i>{task_name}</i>"
if not sublabel: