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

Adjust table-input size on mobile #6580

Merged
merged 2 commits into from
Apr 26, 2023
Merged

Adjust table-input size on mobile #6580

merged 2 commits into from
Apr 26, 2023

Conversation

fregante
Copy link
Member

@fregante fregante commented Apr 26, 2023

Test

In a comment box below

Demo mobile

fixed

Screenshots

Screenshot 2

@fregante fregante added the bug label Apr 26, 2023
@fregante fregante enabled auto-merge (squash) April 26, 2023 11:49
}

:root .rgh-tic {
padding: 1px;
}

.rgh-tic div {
width: 18px;
height: 18px;
height: 100%;
border: 2px solid var(--rgh-border-color);
border-radius: 2px;
Copy link
Member Author

Choose a reason for hiding this comment

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

I tried making these depend on the size as well but it comes out silly

@fregante fregante merged commit 055dbd2 into main Apr 26, 2023
9 checks passed
@fregante fregante deleted the table-input-mobile branch April 26, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

table-input popup too large on small screen
1 participant