File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
protoplaster/webui/templates Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments