From 399fbec04fb6cb55f5f7475216f0d0a8e15df55e Mon Sep 17 00:00:00 2001 From: Justin DiRose Date: Mon, 1 Feb 2021 09:53:38 -0600 Subject: [PATCH] FIX: Back button out of alignment (#31) Core made buttons to use flexbox recently, which changed the behavior of the go back button on Docs topics. The local justify-content declaration overrides the core declaration causing problems. --- assets/stylesheets/common/docs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/common/docs.scss b/assets/stylesheets/common/docs.scss index cd67e49..f8588a6 100644 --- a/assets/stylesheets/common/docs.scss +++ b/assets/stylesheets/common/docs.scss @@ -165,6 +165,7 @@ color: $tertiary; display: inline-flex; font-size: $font-down-1; + justify-content: normal; padding: 0; &::before { content: "«";