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: resolved issue #8583 - Increased width to remove unnecessary scrollbar #8630

Conversation

syedfardeenjeelani
Copy link
Contributor

@syedfardeenjeelani syedfardeenjeelani commented Sep 25, 2024

Proposed Changes

@ohcnetwork/care-fe-code-reviewers

Merge Checklist

  • Add specs that demonstrate bug / test a new feature.
  • Update product documentation.
  • Ensure that UI text is kept in I18n files.
  • Prep screenshot or demo video for changelog entry, and attach it to the issue.
  • Request for Peer Reviews.
  • Completion of QA.

Here is a screenshot of the fix:
bugfix_care-fe
error fixed

…move unnecessary scrollbar which appeared on the investigation details page
@syedfardeenjeelani syedfardeenjeelani requested a review from a team as a code owner September 25, 2024 17:57
Copy link

netlify bot commented Sep 25, 2024

Deploy Preview for care-ohc ready!

Name Link
🔨 Latest commit 9e178b1
🔍 Latest deploy log https://app.netlify.com/sites/care-ohc/deploys/66f5200f8c0c540008ee09ac
😎 Deploy Preview https://deploy-preview-8630--care-ohc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

// updated comments
Comment on lines +23 to +29
{/* INCREASED WIDTH TO REMOVE SCROLLBAR */}

{/* PREVIOUS WIDTH = 50REM

UPDATED WIDTH = 64REM */}

<div className="mx-auto my-8 lg:w-[64rem]">
Copy link
Member

Choose a reason for hiding this comment

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

This is a reusable component meant to be used to show how to print would look like. Instead of modifying this component, let's have two pages:

  1. The one that shows the Investigation Details with all the interactive components such as update details, select menu etc...

  2. And a print button that takes you to the print preview page, which will not have any interactive components in the print preview. Select Menu doesn't and other interactive elements should not be part of the "print preview".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure

@nihal467
Copy link
Member

@syedfardeenjeelani any update on this PR

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.

Increase the width of investigation view details page padding
3 participants