@@ -33,7 +33,7 @@ <h2 class="operation-name">
3333 < div class ="collapsible ">
3434 < h3 > Request</ h3 >
3535 < div class ="collapsible-container ">
36- < span class ="monospace "
36+ < span class ="text- monospace "
3737 data-bind ="text: $component.requestUrlSample, attr: { 'data-method': operation().method } "> </ span >
3838
3939 <!-- ko if: operation().parameters.length > 0 -->
@@ -52,18 +52,18 @@ <h4>Request parameters</h4>
5252 < div class ="d-contents " role ="rowgroup ">
5353 <!-- ko foreach: { data: operation().parameters, as: 'parameter' } -->
5454 < div class ="d-contents " role ="row ">
55- < div role ="cell " class ="text-truncate monospace "
55+ < div role ="cell " class ="text-truncate text- monospace "
5656 data-bind ="text: parameter.name, attr: { title: parameter.name } "> </ div >
5757 < div role ="cell " class ="text-truncate " data-bind ="text: parameter.in "> </ div >
5858 < div role ="cell " class ="text-truncate " data-bind ="text: parameter.required "> </ div >
59- < div role ="cell " class ="text-truncate monospace " data-bind ="text: parameter.type "> </ div >
59+ < div role ="cell " class ="text-truncate text- monospace " data-bind ="text: parameter.type "> </ div >
6060 < div role ="cell ">
6161 < span data-bind ="markdown: parameter.description "> </ span >
6262
6363 <!-- ko foreach: { data: parameter.examples, as: 'example' } -->
6464 < p >
6565 < span data-bind ="text: example.title "> </ span > :
66- < span data-bind ="text: example.value " class ="monospace text-wrap "> </ span >
66+ < span data-bind ="text: example.value " class ="text- monospace text-wrap "> </ span >
6767 < span data-bind ="text: example.description " class ="d-block "> </ span >
6868 </ p >
6969 <!-- /ko -->
@@ -89,18 +89,18 @@ <h4>Request headers</h4>
8989 < div class ="d-contents " role ="rowgroup ">
9090 <!-- ko foreach: { data: operation().request.headers, as: 'header' } -->
9191 < div class ="d-contents " role ="row ">
92- < div role ="cell " class ="text-truncate monospace "
92+ < div role ="cell " class ="text-truncate text- monospace "
9393 data-bind ="text: header.name, attr: { title: header.name } "> </ div >
9494 < div role ="cell " class ="text-truncate " data-bind ="text: header.required "> </ div >
95- < div role ="cell " class ="text-truncate monospace "
95+ < div role ="cell " class ="text-truncate text- monospace "
9696 data-bind ="text: header.type, attr: { title: header.type } "> </ div >
9797 < div role ="cell ">
9898 < span data-bind ="markdown: header.description "> </ span >
9999
100100 <!-- ko foreach: { data: header.examples, as: 'example' } -->
101101 < p >
102102 < span data-bind ="text: example.title "> </ span > :
103- < span data-bind ="text: example.value " class ="monospace text-wrap "> </ span >
103+ < span data-bind ="text: example.value " class ="text- monospace text-wrap "> </ span >
104104 < span data-bind ="text: example.description " class ="d-block "> </ span >
105105 </ p >
106106 <!-- /ko -->
@@ -150,11 +150,11 @@ <h4>Request body</h4>
150150 < div class ="d-contents " role ="rowgroup ">
151151 <!-- ko foreach: { data: representation.formParameters, as: 'parameter' } -->
152152 < div class ="d-contents " role ="row ">
153- < div role ="cell " class ="text-truncate monospace "
153+ < div role ="cell " class ="text-truncate text- monospace "
154154 data-bind ="text: parameter.name, attr: { title: parameter.name } "> </ div >
155155 < div role ="cell " class ="text-truncate " data-bind ="text: parameter.in "> </ div >
156156 < div role ="cell " class ="text-truncate " data-bind ="text: parameter.required "> </ div >
157- < div role ="cell " class ="text-truncate monospace " data-bind ="text: parameter.type "> </ div >
157+ < div role ="cell " class ="text-truncate text- monospace " data-bind ="text: parameter.type "> </ div >
158158 < div role ="cell " data-bind ="markdown: parameter.description "> </ div >
159159 </ div >
160160 <!-- /ko -->
@@ -196,10 +196,10 @@ <h4>Response headers</h4>
196196 < div class ="d-contents " role ="rowgroup ">
197197 <!-- ko foreach: { data: response.headers, as: 'header' } -->
198198 < div class ="d-contents " role ="row ">
199- < div role ="cell " class ="text-truncate monospace "
199+ < div role ="cell " class ="text-truncate text- monospace "
200200 data-bind ="text: header.name, attr: { title: header.name } "> </ div >
201201 < div role ="cell " class ="text-truncate " data-bind ="text: header.required "> </ div >
202- < div role ="cell " class ="text-truncate monospace "
202+ < div role ="cell " class ="text-truncate text- monospace "
203203 data-bind ="text: header.type, attr: { title: header.type } "> </ div >
204204 < div role ="cell " data-bind ="markdown: header.description "> </ div >
205205 </ div >
@@ -298,12 +298,12 @@ <h2 class="operation-name"></h2>
298298 < div class ="collapsible ">
299299 < h3 > Socket URL</ h3 >
300300 < div class ="collapsible-container ">
301- < span class ="monospace " data-bind ="text: $component.requestUrlSample "> </ span >
301+ < span class ="text- monospace " data-bind ="text: $component.requestUrlSample "> </ span >
302302 </ div >
303303
304304 < h3 > Protocol</ h3 >
305305 < div class ="collapsible-container ">
306- < span class ="monospace " data-bind ="text: $component.protocol "> </ span >
306+ < span class ="text- monospace " data-bind ="text: $component.protocol "> </ span >
307307 </ div >
308308 </ div >
309309
@@ -325,7 +325,7 @@ <h2 class="operation-name"></h2>
325325 < div class ="collapsible ">
326326 < h3 > GraphQL Endpoint</ h3 >
327327 < div class ="collapsible-container ">
328- < span class ="monospace " data-bind ="text: $component.requestUrlSample "> </ span >
328+ < span class ="text- monospace " data-bind ="text: $component.requestUrlSample "> </ span >
329329 </ div >
330330 </ div >
331331
0 commit comments