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: Cards on MyShareComponent will not overlap and text will not be obscured when using medium screen device #112

Merged
merged 1 commit into from
May 24, 2022

Conversation

AH-dark
Copy link
Contributor

@AH-dark AH-dark commented May 11, 2022

When I use the iPad Pro 2021 (11-inch) vertical split preview to share the page, the text of the Card component is occluded, because the Grid Item still only occupies 1/3 of the width in md size.

Three per column will cause the Card to display abnormally, and we can solve this problem with a simple modification.

292225de083f14f0d8e6a7e90f8bec1

Also, spacing={24} is invalid.

@HFO4 HFO4 merged commit 9f9a8de into cloudreve:master May 24, 2022
@HFO4
Copy link
Member

HFO4 commented May 24, 2022

Thanks!

topjohncian added a commit to topjohncian/frontend that referenced this pull request May 26, 2022
…n using medium screen size devices such as iPad (cloudreve#112)"

This reverts commit 9f9a8de.
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.

2 participants