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)O3-2579 Lab results: Too much grey space #1925

Merged
merged 4 commits into from
Sep 15, 2024

Conversation

suubi-joshua
Copy link
Contributor

@suubi-joshua suubi-joshua commented Jul 17, 2024

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

Removed the background color of the results grid.

Screenshots

Related Issue

https://openmrs.atlassian.net/browse/O3-2579

Other

Screencast.from.07-17-2024.12.37.13.AM.webm
Screencast.from.07-17-2024.09.51.57.PM.webm

@suubi-joshua
Copy link
Contributor Author

@sherrif10 here is a cleaner PR

@@ -75,6 +74,9 @@
background-color: $color-gray-30;
grid-template: auto auto / 9em auto;
border-collapse: collapse;

width: fit-content;
Copy link
Member

Choose a reason for hiding this comment

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

Looks good to me. Thanks @suubi-joshua , cc @denniskigen

Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't all panels consistently take up the entire available space without fitting to the individual content sizes?
More so like:
Screenshot 2024-07-19 at 7 03 00 PM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes this looks more neat. @NethmiRodrigo

@brandones
Copy link
Contributor

I assume the two videos in the description should be labeled "Before" and "After."

@brandones brandones merged commit 22cb9d6 into openmrs:main Sep 15, 2024
6 checks passed
@denniskigen denniskigen mentioned this pull request Dec 17, 2024
3 tasks
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.

4 participants