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: don't break UI on long lines #64

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

derlin
Copy link
Owner

@derlin derlin commented Sep 17, 2024

When a very long line appears in the editor, it expands the code area and hides the other.

This commit fixes it by adding a max-width on the columns on large displays.

Closes: #63

@derlin derlin force-pushed the 63-long-lines-in-web-breaks-ui branch from 3841886 to 19fdb38 Compare September 18, 2024 05:31
When a very long line appears in the editor, it expands the code area
and hides the other.

This commit fixes it by adding a max-width on the columns on large
displays.
@derlin derlin force-pushed the 63-long-lines-in-web-breaks-ui branch from 19fdb38 to 4ca6d94 Compare September 18, 2024 06:15
@derlin derlin merged commit fd85878 into main Sep 18, 2024
2 checks passed
@derlin derlin deleted the 63-long-lines-in-web-breaks-ui branch September 18, 2024 06:55
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.

Web version UI breaks sometimes when input markdown contains long 'unbreakable' line of text
1 participant