Skip to content

Commit 6d9654e

Browse files
committed
[FIX] webui: make test-results modal wider
1 parent 0928f57 commit 6d9654e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

protoplaster/webui/templates/base.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
.btn-abort:hover {
7070
background-color: #b52a35;
7171
}
72+
.modal-huge {
73+
max-width: 95% !important;
74+
width: 95% !important;
75+
}
7276
</style>
7377
</head>
7478
<body>

protoplaster/webui/templates/runs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h5 class="modal-title">Action Failed</h5>
105105

106106
<!-- Test Details Modal -->
107107
<div class="modal fade" id="testDetailsModal" tabindex="-1" aria-labelledby="testDetailsModalLabel" aria-hidden="true">
108-
<div class="modal-dialog modal-xl">
108+
<div class="modal-dialog modal-huge">
109109
<div class="modal-content">
110110
<div class="modal-header">
111111
<h5 class="modal-title" id="testDetailsModalLabel">Test Run Details</h5>

0 commit comments

Comments
 (0)