You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fast preview component used for the large preview in the assembler has a max-height: 2000px per pattern, which is not tall enough for some section patterns, and they are being cut off.
Testing steps
Create a new site, choose a domain, and a plan...
Click continue until the Design picker, and scroll down to click Start designing
Add the pattern with four images in a grid 2x2
Check the large preview using the tablet viewport
Acceptance criteria
Patterns should not be cut off in the large preview
Before
After
Dev tasks
The component PatternRenderer should have the option to use or not the max-height: 2000px. See the line here.
The component PatternRenderer in PatternLargePreview should not use max-height. See the line here.
Description
The fast preview component used for the large preview in the assembler has a
max-height: 2000px
per pattern, which is not tall enough for some section patterns, and they are being cut off.Testing steps
Start designing
tablet
viewportAcceptance criteria
Dev tasks
PatternRenderer
should have the option to use or not themax-height: 2000px
. See the line here.PatternRenderer
inPatternLargePreview
should not usemax-height
. See the line here.Related
#72253
The text was updated successfully, but these errors were encountered: