We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a016a commit 172f8a5Copy full SHA for 172f8a5
1 file changed
src/main/resources/styles.css
@@ -922,7 +922,6 @@ body.dark-theme .results-table-container {
922
}
923
924
.results-table {
925
- width: 100%;
926
border-collapse: collapse;
927
table-layout: fixed;
928
@@ -949,7 +948,7 @@ body.dark-theme .results-table th {
949
948
.results-table th:nth-child(2) { width: 20%; } /* Playbook */
950
.results-table th:nth-child(3) { width: 40%; } /* Scenario */
951
.results-table th:nth-child(4) { width: 9%; } /* Status */
952
-.results-table th:nth-child(5) { width: 20%; } /* Result Details */
+.results-table th:nth-child(5) { width: 25%; } /* Result Details */
953
954
.results-table td {
955
padding: 0.75rem;
0 commit comments