From 2e0f3aaf2566db9979ca827b9d29884be8fbeee0 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 22 Mar 2026 05:26:42 +0000 Subject: feat: surface error_msg on failed task cards in UI --- web/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index 90ceb90..96a6602 100644 --- a/web/style.css +++ b/web/style.css @@ -283,6 +283,15 @@ main { text-overflow: ellipsis; } +.task-error-msg { + font-size: 0.78rem; + color: var(--state-failed); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin-top: 2px; +} + /* Run button */ .task-card-footer { display: flex; -- cgit v1.2.3