File tree Expand file tree Collapse file tree
__tests__/html2/markdown/codeBlockCopyButton/adaptiveCards
packages/fluent-theme/src/components/activity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html >
3+ < head >
4+ < title > Adaptive Card Layout - Copy Button (copilot)</ title >
5+ < script >
6+ location = './layout?theme=fluent&variant=copilot' ;
7+ </ script >
8+ </ head >
9+ < body > </ body >
10+ </ html >
Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en-US ">
33 < head >
4+ < title > Adaptive Card Layout - Copy Button</ title >
45 < link href ="/assets/index.css " rel ="stylesheet " type ="text/css " />
6+ < script crossorigin ="anonymous " src ="https://unpkg.com/react@16.8.6/umd/react.production.min.js "> </ script >
7+ < script crossorigin ="anonymous " src ="https://unpkg.com/react-dom@16.8.6/umd/react-dom.production.min.js "> </ script >
58 < script crossorigin ="anonymous " src ="/test-harness.js "> </ script >
69 < script crossorigin ="anonymous " src ="/test-page-object.js "> </ script >
710 < script crossorigin ="anonymous " src ="/__dist__/webchat-es5.js "> </ script >
11+ < script crossorigin ="anonymous " src ="/__dist__/botframework-webchat-fluent-theme.production.min.js "> </ script >
812 </ head >
913
1014 < body >
2226 ) ;
2327
2428 const {
25- WebChat : { renderWebChat , testIds }
29+ WebChat : { testIds }
2630 } = window ; // Imports in UMD fashion.
2731
2832 const { directLine, store } = testHelpers . createDirectLineEmulator ( ) ;
Original file line number Diff line number Diff line change 633633 : global (.webchat__bubble ) {
634634 position : static;
635635 width : var (--webchat-part-grouping__bubble--max-width );
636+
637+ : global (.webchat__bubble__content .webchat__adaptive-card-renderer > .ac-adaptiveCard ) {
638+ font-family : var (--webchat-fontFamilyBase );
639+ /* Remove double padding for adaptive cards inside bubble */
640+ padding : unset !important ;
641+ }
636642 }
637643
638644 & : not (.part-grouping-decorator--group ) {
You can’t perform that action at this time.
0 commit comments