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.
This commit is contained in:
Justin DiRose 2021-02-01 09:53:38 -06:00 committed by GitHub
parent ce005939c1
commit 399fbec04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@
color: $tertiary;
display: inline-flex;
font-size: $font-down-1;
justify-content: normal;
padding: 0;
&::before {
content: "«";