mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Wrap progress dots in OnBoardingPopups
Summary: Adds flex wrap to the progress bar so that tours with many pages don't cause the previous/next buttons to overflow. Test Plan: Tested manually. Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D3688
This commit is contained in:
parent
7c9cb9843e
commit
12fb25476e
@ -387,11 +387,14 @@ const Footer = styled('div', `
|
||||
flex-direction: row;
|
||||
margin-top: 32px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
`);
|
||||
|
||||
const ProgressBar = styled('div', `
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 12px;
|
||||
`);
|
||||
|
||||
const Buttons = styled('div', `
|
||||
|
Loading…
Reference in New Issue
Block a user