wilfred-s commented on code in PR #120:
URL: https://github.com/apache/yunikorn-web/pull/120#discussion_r1220594626
##########
src/app/app.component.scss:
##########
@@ -247,6 +247,7 @@ ul.navigation-primary {
.help-menu > .menu-trigger {
background: transparent;
+ font-size: 14px;
Review Comment:
This should be the same change as in the .info-card > .menu-trigger` of the
dashboard so the **?** and **i** use the same formatting.
##########
src/app/components/dashboard/dashboard.component.scss:
##########
@@ -61,3 +62,9 @@
flex-direction: column;
padding: 10px;
}
+
+.about-card .info-value {
+ font-size: 16px;
Review Comment:
nit: decrease the font size to 14px and also add it for the `.about-card` so
the description of the value gets same smaller font.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]