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: make min-height=0px for tabs on container details page #3993

Merged
merged 2 commits into from Sep 21, 2023

Conversation

dgolovin
Copy link
Contributor

What does this PR do?

Fix #3992.

Screenshot/screencast of this PR

Screen.Recording.2023-09-20.at.9.11.23.PM.mov

What issues does this PR fix or reference?

Fix #3992.

How to test this PR?

See #3992 screen recording to replicate.

Fix containers#3992.

Signed-off-by: Denis Golovin <dgolovin@redhat.com>
@dgolovin dgolovin requested review from benoitf and a team as code owners September 21, 2023 04:12
@dgolovin dgolovin requested review from jeffmaury and cdrage and removed request for a team September 21, 2023 04:12
@dgolovin dgolovin changed the title fix: make min-height=0px for tabs on containder details page fix: make min-height=0px for tabs on container details page Sep 21, 2023
@dgolovin dgolovin added this to the 1.5.0 milestone Sep 21, 2023
Copy link
Collaborator

@benoitf benoitf left a comment

Choose a reason for hiding this comment

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

Nice, I confirm the patch works

commented that you should probably use tailwind directive rather than custom style

would be interesting to know if we can have tests on the terminal working smoothly when we resize

Copy link
Collaborator

@deboer-tim deboer-tim left a comment

Choose a reason for hiding this comment

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

Tested. +1 conditional on making the change @benoitf suggested.

To be consistent with other pages like FormPage we should add "flex w-full overflow-auto" too and make sure all the *Details pages are consistent, but that actually causes more problems with the terminal so I'm not suggesting it for now. Seems like there is some odd behaviour with the terminal, but maybe I just need #3955 too.

Signed-off-by: Denis Golovin <dgolovin@redhat.com>
@dgolovin dgolovin merged commit 644de82 into containers:main Sep 21, 2023
8 checks passed
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.

Resizing the window makes container's terminal last lines invisible
3 participants