1
Fork 0

Make code style work in list components

This commit is contained in:
Jake Howard 2017-11-17 20:12:39 +00:00
parent 0baa4eb8a0
commit d5a0beafec
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -176,7 +176,7 @@ pre.chroma {
min-width: initial;
}
p code {
p code, li code {
@extend .chroma;
padding: $spacer * 0.25;
}