File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
packages/nutritionfacts/src Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -73,25 +73,24 @@ const App: FC = () => {
7373 background = { isDark ? "brand" : "secondary" }
7474 padding = { isInIframe ? "0" : "large" }
7575 themeOverride = { { backgroundBrand : colors . instructure } }
76- data-print = "no-padding, no-background"
7776 >
7877 { ! isInIframe && (
7978 < View
8079 as = "div"
8180 margin = "0 auto"
8281 maxWidth = { isInIframe ? "670px" : "56rem" }
8382 padding = "0 0 medium"
84- data-print = "no-background, max-height, no padding"
8583 >
86- < Flex data-print = "hidden" >
87- < Flex . Item shouldGrow shouldShrink >
84+ < Flex >
85+ < Flex . Item shouldGrow shouldShrink >
86+ < View withVisualDebug minHeight = "2.5rem" display = "inline-flex" as = "div" style = { { alignContent : "center" } } >
8887 < InlineSVG
89- height = "2.5rem"
90- inline = { false }
88+ height = "auto"
9189 src = { isDark ? LogoDark : Logo }
9290 title = "Instructure"
93- width = "auto "
91+ width = "100% "
9492 />
93+ </ View >
9594 </ Flex . Item >
9695 { product . id && product . id . length > 0 && (
9796 < Flex . Item >
You can’t perform that action at this time.
0 commit comments