Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Edit toolbar hides the last form item on mobile #2466

Merged
merged 2 commits into from
Oct 25, 2018
Merged

Fix Edit toolbar hides the last form item on mobile #2466

merged 2 commits into from
Oct 25, 2018

Conversation

vedmalex
Copy link
Contributor

@vedmalex vedmalex commented Oct 24, 2018

making bottom padding for last child to be 70px for xs media size

Fix #2463

making bottom padding for last child to be 70px for xs media size
Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing! Can you add a screenshot ?

};
'&:last-child': {
paddingBottom: 16,
// Reset on mouse devices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this comment? It does not bring anything as the code is clear enough

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd still like a screenshot please :)

@vedmalex
Copy link
Contributor Author

vedmalex commented Oct 24, 2018

@djhi screenshot of before and after?

@vedmalex
Copy link
Contributor Author

before
after

@djhi djhi added this to the 2.4.1 milestone Oct 24, 2018
@djhi
Copy link
Contributor

djhi commented Oct 24, 2018

Thanks! I'll wait for @fzaninotto review though

@fzaninotto
Copy link
Member

There is something wrong with your screenshot: the action buttons should not appear above the Save button. Is is a side effect of your change?

@fzaninotto fzaninotto removed this from the 2.4.1 milestone Oct 25, 2018
@vedmalex
Copy link
Contributor Author

@fzaninotto this is just my custom form control from Advanced Tutorials

@vedmalex
Copy link
Contributor Author

just see what is going on on mobile view without custom controls... it is broken
sanbox

@fzaninotto fzaninotto changed the title fix: for issue #2463 Fix Edit toolbar hides the last form item on mobile Oct 25, 2018
@fzaninotto fzaninotto merged commit d8d2ab8 into marmelab:master Oct 25, 2018
@fzaninotto fzaninotto added this to the 2.4.1 milestone Oct 25, 2018
@fzaninotto
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants