Move Run/Dry Run/Log buttons below description line

This commit is contained in:
Gmer4Lfe
2026-05-23 18:19:17 -04:00
parent 91f959dc3a
commit c40d243d38
2 changed files with 14 additions and 9 deletions
@@ -41,7 +41,8 @@
.vv-name-cron { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.vv-job-label { flex: 1; font-size: 14px; min-width: 80px;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vv-job-desc { font-size: 12px; color: #555; margin: 2px 0 6px 0;
.vv-job-actions { display: flex; align-items: center; gap: 8px; padding-left: 44px; margin-top: 6px; }
.vv-job-desc { font-size: 12px; color: #555; margin: 3px 0 2px 0;
padding-left: 44px; box-sizing: border-box; width: 100%;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
cursor: default; }