You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/01/01 14:17:17 UTC

[airflow-site] branch main updated: Put copy button within code block (#533)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3f1b0db  Put copy button within code block (#533)
3f1b0db is described below

commit 3f1b0db7031c075b9d36ee84bcdaf96a4f8841ce
Author: Jennifer Melot <jt...@gmail.com>
AuthorDate: Sat Jan 1 09:17:09 2022 -0500

    Put copy button within code block (#533)
---
 landing-pages/site/assets/scss/_highlights.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/landing-pages/site/assets/scss/_highlights.scss b/landing-pages/site/assets/scss/_highlights.scss
index 3840a67..c651ba6 100644
--- a/landing-pages/site/assets/scss/_highlights.scss
+++ b/landing-pages/site/assets/scss/_highlights.scss
@@ -88,8 +88,7 @@ pre {
   padding: 16px 20px;
   border: solid 1px map-get($colors, very-light-pink);
   border-radius: 5px;
-  width: fit-content;
-  max-width: 100%;
+  width: 100%;
 
   span {
     @extend .monotext--brownish-grey;