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

Recently Closed Pulls: Fix cut-off #389

Merged
merged 3 commits into from
Sep 27, 2023
Merged

Recently Closed Pulls: Fix cut-off #389

merged 3 commits into from
Sep 27, 2023

Conversation

jordycosta
Copy link
Member

@jordycosta jordycosta commented Sep 26, 2023

Summary

The background of the Recently Closed Pulls section wasn't reaching down to the bottom of the PR list

Toggle View

firefox_e2MhDptouK


CR/QA Notes:

CR: Adds a height CSS prop

QA: Overlord Documentation

This can easily be checked by using browser tools and applying the same property on Pulldasher


Closes #388

This prop was causing the background/box container of the Recently
Closed Pulls cards to be cut off early from the bottom of the list.
This removes the property causing the issue and resolves the UI
cut-off.
@jordycosta jordycosta marked this pull request as draft September 26, 2023 18:07
This uses 'fit-content' to ensure that the height of the Box that contains
the Recently Closed Pulls expands all the way to the bottom of the content.

https://developer.mozilla.org/en-US/docs/Web/CSS/fit-content
@jordycosta jordycosta marked this pull request as ready for review September 26, 2023 18:13
@deltuh-vee deltuh-vee self-assigned this Sep 26, 2023
@deltuh-vee deltuh-vee added the QAing Under QA team review label Sep 26, 2023
@deltuh-vee
Copy link
Contributor

I ran update-pulldasher-dev and was able to update pulldasher-dev, but I'm seeing this error when trying to visit https://pulldasher-dev.cominor.com/:
CleanShot 2023-09-26 at 12 47 35

@deltuh-vee deltuh-vee removed the QAing Under QA team review label Sep 26, 2023
Copy link
Contributor

@aburke07 aburke07 left a comment

Choose a reason for hiding this comment

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

CR 👽

@deltuh-vee
Copy link
Contributor

deltuh-vee commented Sep 27, 2023

I think this change is small enough that we can just merge it and revert if something goes wrong. I'll do that later today.

@deltuh-vee deltuh-vee merged commit b702adc into master Sep 27, 2023
1 check passed
@deltuh-vee deltuh-vee deleted the fix-box-cutoff branch September 27, 2023 23:02
@danielbeardsley
Copy link
Member

Thanks! This had been annoying me!

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

Successfully merging this pull request may close these issues.

Recently Closed Pulls: Box cut-off
4 participants