File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const PanelQueryOverlay: FC = () => {
3636 title = { `Export to ${ CLIENT_DEFINITIONS [ contentID ] . name } Client Library` }
3737 onDismiss = { closeFn }
3838 />
39- < Overlay . Body >
39+ < Overlay . Body className = "flow--client-overlay" >
4040 < ClientCodeQueryHelper contentID = { contentID } clientQuery = { query } />
4141 < ClientCodeCopyPage contentID = { contentID } onCopy = { reportCopyClick } />
4242 </ Overlay . Body >
Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ const Visualization: FC<PipeProp> = ({Context}) => {
113113 action : download ,
114114 } ,
115115 {
116- title : 'Download As Image' ,
116+ title : 'Download as Image' ,
117117 action : ( ) => downloadAsImage ( id ) ,
118118 disable : ! isFlagEnabled ( 'pdfImageDownload' ) ,
119119 } ,
120120 {
121- title : 'Download As PDF' ,
121+ title : 'Download as PDF' ,
122122 action : ( ) => downloadAsPDF ( id ) ,
123123 disable : ! isFlagEnabled ( 'pdfImageDownload' ) ,
124124 } ,
Original file line number Diff line number Diff line change @@ -435,3 +435,9 @@ $cf-radius-lg: $cf-radius + 4px;
435435.flows-index--contents {
436436 overflow : unset ;
437437}
438+
439+ .flow--client-overlay {
440+ .markdown-format pre {
441+ white-space : pre-line ;
442+ }
443+ }
You can’t perform that action at this time.
0 commit comments