-
Notifications
You must be signed in to change notification settings - Fork 887
fix: display health alert in DeploymentBannerView
#10193
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
Conversation
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.
Have a few comments, but nothing block-worthy. Looks really good!
@@ -242,7 +240,7 @@ const styles = { | |||
marginBottom: theme.spacing(1), | |||
color: theme.palette.text.primary, | |||
fontSize: 14, | |||
lineHeight: "120%", | |||
lineHeight: "150%", |
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.
I'm wondering if this could be changed to just 1.5
, to work better with CSS inheritance
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.
Not sure what you mean by "work better with CSS inheritance". 150%
and 1.5
mean the same thing in CSS. 😅 and I prefer percent, because the unit makes it clearer what is happening imo.
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.
I wish they were the same, but they aren't
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.
why is CSS like this 😭
Closes #9692