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:
parent
ce005939c1
commit
399fbec04f
|
@ -165,6 +165,7 @@
|
||||||
color: $tertiary;
|
color: $tertiary;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
|
justify-content: normal;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
&::before {
|
&::before {
|
||||||
content: "«";
|
content: "«";
|
||||||
|
|
Loading…
Reference in New Issue