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

kamilbregula pushed a commit to branch aip-11
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/aip-11 by this push:
     new 54d0e7e  Fix content of navbar link item (#128)
54d0e7e is described below

commit 54d0e7e0f64876808fdaef8ba14b2a8c03969aab
Author: Kamil BreguĊ‚a <[email protected]>
AuthorDate: Wed Nov 6 12:51:24 2019 +0100

    Fix content of navbar link item (#128)
---
 landing-pages/site/assets/scss/_navbar.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/landing-pages/site/assets/scss/_navbar.scss 
b/landing-pages/site/assets/scss/_navbar.scss
index f4f1659..a928143 100644
--- a/landing-pages/site/assets/scss/_navbar.scss
+++ b/landing-pages/site/assets/scss/_navbar.scss
@@ -49,6 +49,7 @@
     @extend .bodytext__medium--greyish-brown;
     margin-right: 30px;
     position: relative;
+    width: fit-content;
 
     &::before, &::after {
       content: "";

Reply via email to