diff --git a/public/css/styles.css b/public/css/styles.css index d24e994..865148e 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -2504,6 +2504,24 @@ tbody tr:hover td { text-align: center; } +#schedules-table { + table-layout: fixed; +} + +.schedule-task-cell { + max-width: 250px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.schedule-actions-cell { + display: flex; + align-items: center; + gap: 4px; + flex-wrap: nowrap; +} + .terminal-wrapper { display: flex; flex-direction: column; diff --git a/public/index.html b/public/index.html index 6b10d22..edf90e3 100644 --- a/public/index.html +++ b/public/index.html @@ -91,6 +91,10 @@ Sistema + + + + + + +
@@ -864,6 +953,7 @@ +