Преглед изворни кода

Docs: Code style in docs/builds/guides/frameworks/css.md

Aleksander Nowodzinski пре 6 година
родитељ
комит
acbe6288e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/builds/guides/frameworks/css.md

+ 1 - 1
docs/builds/guides/frameworks/css.md

@@ -131,7 +131,7 @@ Use the following CSS to address the issues with the `z-index` and selector spec
  * See: https://github.com/Dogfalo/materialize/blob/v1-dev/sass/components/_global.scss#L28-L37
  */
 .ck.ck-content ul,
-.ck.ck-content ul li{
+.ck.ck-content ul li {
   list-style-type: inherit;
 }