You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/02/21 12:32:48 UTC

[incubator-datalab] branch develop updated: fixed font-size of link

This is an automated email from the ASF dual-hosted git repository.

dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new f802d78  fixed font-size of link
     new 9ae4ac1  Merge pull request #1436 from GennadiyShpak/feat/DATALAB-2686/solution-header-improvement
f802d78 is described below

commit f802d78745b5464ffcdf302494717204428497cd
Author: Hennadii_Shpak <bo...@gmail.com>
AuthorDate: Mon Feb 21 14:23:52 2022 +0200

    fixed font-size of link
---
 .../main/resources/webapp/src/app/shared/navbar/navbar.component.scss   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
index 11849b0..3e63d9f 100644
--- a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
@@ -346,7 +346,7 @@ mat-sidenav-content {
 
 .help-link {
   color: white;
-  font-size: 16px;
+  font-size: 18px;
 
   &--wrapper {
     margin-right: 20px;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org