-
Notifications
You must be signed in to change notification settings - Fork 0
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
[MM-1025]: Fixed the infinite loading state of tooltip modal #88
Conversation
webapp/src/components/jira_ticket_tooltip/jira_ticket_tooltip.tsx
Outdated
Show resolved
Hide resolved
@@ -231,3 +231,22 @@ | |||
opacity: 0.72; | |||
} | |||
} | |||
|
|||
.jira-issue-tooltip-error { |
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.
Add some padding
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.
Also get this CSS reviewed from @avas27JTG
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.
Hey @avas27JTG, can you please review these css
webapp/src/components/jira_ticket_tooltip/jira_ticket_tooltip.tsx
Outdated
Show resolved
Hide resolved
Created a PR on mattermost remote with all these changes hence closing this one |
Summary
Fixed the infinite loading state of the tooltip modal
Screenshots
Existing
Updated