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

Layout of model entry form is broken when latex expressions are too long #5177

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

Conversation

brittanykondo
Copy link
Contributor

  • removed grid and used flex in model entry form
Screenshot 2024-10-16 at 8 06 32 PM

Resolves #4574

Comment on lines -139 to -143
grid-template-areas:
'symbol name unit . concept'
'expression expression expression expression expression'
'description description description description description';
grid-template-columns: max-content max-content max-content auto max-content;
Copy link
Member

Choose a reason for hiding this comment

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

Why not just adding a grid-template-rows to make the expression as tall as needed?

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