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

Task description should be able to scroll horizontally #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NeilRashbrook
Copy link
Collaborator

Current behaviour is that it pushes the right pane out of the window.

Remove the min-width if you want it to force wrap instead.

@NeilRashbrook NeilRashbrook force-pushed the neil/scroll-task-description branch from 80aceed to b6fbf52 Compare January 7, 2025 23:06
@@ -350,6 +350,7 @@
}
.left-pane {
flex: 2 0 0;
width: 0px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This tells layout not to take the width of the content into account when determining the width of the left pane. By default this will cause the editor text to wrap, so I added the min-width on the editor if you'd prefer it to scroll.

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