Fix cron input width — pixel value with flex: 0 0 110px

This commit is contained in:
Gmer4Lfe
2026-05-23 18:21:16 -04:00
parent c40d243d38
commit 4a5e1537d1
@@ -46,7 +46,7 @@
padding-left: 44px; box-sizing: border-box; width: 100%;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
cursor: default; }
.vv-cron { width: 13ch; flex-shrink: 0; background: #111; border: 1px solid #444; color: #ddd;
.vv-cron { flex: 0 0 110px; width: 110px; background: #111; border: 1px solid #444; color: #ddd;
padding: 4px 6px; border-radius: 4px; font-family: monospace; font-size: 13px; }
.vv-children { padding-top: 8px; border-top: 1px solid #333; margin-top: 8px; }
.vv-advanced-toggle { background: none; border: 1px solid #555; color: #aaa;