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
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,6 @@ html.embedded { ...@@ -42,6 +42,6 @@ html.embedded {
// fallback is block // fallback is block
display: inherit; display: inherit;
// list-item is browser specific and not covered by 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