diff options
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; |
