diff --git a/frontend/src/views/HistoryView.vue b/frontend/src/views/HistoryView.vue index fdbf8c0..dc36af8 100644 --- a/frontend/src/views/HistoryView.vue +++ b/frontend/src/views/HistoryView.vue @@ -359,13 +359,13 @@ const errorCategoryLabel = (cat) => { .config-table th, .config-table td { padding: 12px; text-align: left; border-bottom: 1px solid #f0f0f0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .config-table th { background: #fafafa; font-weight: 500; color: #666; font-size: 13px; } .config-table td { font-size: 14px; } -.config-table th:nth-child(1) { width: 16%; } -.config-table th:nth-child(2) { width: 18%; } -.config-table th:nth-child(3) { width: 10%; } -.config-table th:nth-child(4) { width: 12%; } -.config-table th:nth-child(5) { width: 12%; } -.config-table th:nth-child(6) { width: 18%; } -.config-table th:nth-child(7) { width: 14%; } +.config-table th:nth-child(1) { width: 14%; } +.config-table th:nth-child(2) { width: 14%; } +.config-table th:nth-child(3) { width: 8%; } +.config-table th:nth-child(4) { width: 10%; } +.config-table th:nth-child(5) { width: 10%; } +.config-table th:nth-child(6) { width: 16%; } +.config-table th:nth-child(7) { width: 28%; } .config-table tr:hover { background: #fafafa; } .build-type-badge { padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; }