File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 3737 background-color : # F2DEDE ;
3838 border-color : # EBCCD1 ;
3939 }
40- .preformatted {
41- font-family : monospace;
42- white-space : pre;
43- }
4440 </ style >
4541 < script id ="Tests " type ="text/template ">
4642 < div class = "panel-group" id = "accordion" >
@@ -83,12 +79,12 @@ <h4 class="panel-title">
8379 </ h4 >
8480 </ div >
8581 < div id = "collapse{{id}}" class = "panel-collapse collapse {{^collapsed}}in{{/collapsed}}" >
86- < div class = "panel-body preformatted " > { { text} } </ div >
82+ < pre class = "panel-body" > { { text} } </ pre >
8783 </ div >
8884 </ div >
8985 </ script >
9086 < script id ="TextOnly " type ="text/template ">
91- < div class = "panel-body preformatted " > { { text} } </ div >
87+ < pre class = "panel-body" > { { text} } </ pre >
9288 </ script >
9389 < script id ="TestProgress " type ="text/template ">
9490 < div class = "progress" style = "width: 40%" >
You can’t perform that action at this time.
0 commit comments