Skip to content
Snippets Groups Projects
Commit deec41fc authored by frank.paczynski's avatar frank.paczynski :bulb:
Browse files

Fix: Typo in selector to use right initial `display` value of li elements

parent 6c8d4148
Loading
......@@ -42,6 +42,6 @@ html.embedded {
// fallback is block
display: inherit;
// list-item is browser specific and not covered by inherit
&li { display: list-item; }
& li { display: list-item; }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment