Skip to content

Commit 172f8a5

Browse files
committed
feat: Improve summary table layout to not overflow playbook name
1 parent 19a016a commit 172f8a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/resources/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,6 @@ body.dark-theme .results-table-container {
922922
}
923923

924924
.results-table {
925-
width: 100%;
926925
border-collapse: collapse;
927926
table-layout: fixed;
928927
}
@@ -949,7 +948,7 @@ body.dark-theme .results-table th {
949948
.results-table th:nth-child(2) { width: 20%; } /* Playbook */
950949
.results-table th:nth-child(3) { width: 40%; } /* Scenario */
951950
.results-table th:nth-child(4) { width: 9%; } /* Status */
952-
.results-table th:nth-child(5) { width: 20%; } /* Result Details */
951+
.results-table th:nth-child(5) { width: 25%; } /* Result Details */
953952

954953
.results-table td {
955954
padding: 0.75rem;

0 commit comments

Comments
 (0)