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(app): fix ODD liquids CSS #16886

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

mjhuff
Copy link
Contributor

@mjhuff mjhuff commented Nov 19, 2024

Closes RQA-3581

Overview

The CSS for liquid details hardcodes width in ways that if the liquid name is too long, interesting CSS things happen. In theory, we really should use CSS grid for this type of stuff, but since it's the ODD, it's safe to hardcode width offsets in ways that won't break the layout. There's also some truncation added to liquid names.

Current Behavior

Screenshot 2024-11-13 at 4 52 04 PM

Fixed Behavior

Screenshot 2024-11-19 at 11 47 18 AM

Test Plan and Hands on Testing

  • See screenshots

Risk assessment

low

@mjhuff mjhuff requested review from sfoster1, smb2268 and a team November 19, 2024 16:53
@mjhuff mjhuff requested a review from a team as a code owner November 19, 2024 16:53
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

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

we love css

@mjhuff mjhuff merged commit 556329b into chore_release-8.2.0 Nov 19, 2024
36 checks passed
@mjhuff mjhuff deleted the app_fix-odd-liquids-css branch November 19, 2024 20:59
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