Skip to content

Commit

Permalink
Merge pull request #28 from lspitzner/patch-1
Browse files Browse the repository at this point in the history
Add a display: block css rule to fix no-js page
  • Loading branch information
cannikin authored Jan 21, 2021
2 parents 79cb8a4 + 4ff3708 commit 46e1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/stylesheets/spec.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

pre {
code {
@apply my-8 p-4 whitespace-pre;
@apply block my-8 p-4 whitespace-pre;
}
}

Expand Down

0 comments on commit 46e1ece

Please sign in to comment.