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
- move vertical padding inside scroll viewport, as in Figma
- simplify some layout:
- remove 44px min-height (not clear that the design intends this,
and it leaves unnecessary blank space when text-size setting is
small)
- let content stretch with CrossAxisAlignment.stretch of Column
parent, instead of single-child Row with Expanded
0 commit comments