-
Notifications
You must be signed in to change notification settings - Fork 489
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
create asset css fix #7492
create asset css fix #7492
Conversation
@MjStar24 is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -54,7 +54,7 @@ const DialogModal = (props: DialogProps) => { | |||
className={classNames( | |||
className, | |||
fixedWidth && "w-full max-w-md", | |||
"transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all" | |||
"mb-12 mt-12 transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"mb-12 mt-12 transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all" | |
"my-12 transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all" |
|
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
👋 Hi, @MjStar24, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
@MjStar24 what is the status on this PR |
Closing as inactive + test failed + merge conflicts |
Proposed Changes