docs: make css multiline in styleguide for consistency (#25300)
PR Close #25300
This commit is contained in:
parent
a3f1e2cb42
commit
6c359afce6
|
@ -23,7 +23,10 @@ import { Hero, HeroService } from './shared';
|
||||||
`,
|
`,
|
||||||
styles: [`
|
styles: [`
|
||||||
.heroes {
|
.heroes {
|
||||||
margin: 0 0 2em 0; list-style-type: none; padding: 0; width: 15em;
|
margin: 0 0 2em 0;
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
|
width: 15em;
|
||||||
}
|
}
|
||||||
.heroes li {
|
.heroes li {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/* #docregion */
|
/* #docregion */
|
||||||
.heroes {
|
.heroes {
|
||||||
margin: 0 0 2em 0; list-style-type: none; padding: 0; width: 15em;
|
margin: 0 0 2em 0;
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
|
width: 15em;
|
||||||
}
|
}
|
||||||
.heroes li {
|
.heroes li {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue