diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 05:26:42 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 05:26:42 +0000 |
| commit | 2e0f3aaf2566db9979ca827b9d29884be8fbeee0 (patch) | |
| tree | 2ed59ff21f0f38fb70e90ab7ad6e9167bb22cfe9 /web/style.css | |
| parent | 5081b0c014d8e82e7be1907441c246fbd01ca21e (diff) | |
feat: surface error_msg on failed task cards in UI
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; |
