docs: make css multiline in styleguide for consistency (#25300)
PR Close #25300
This commit is contained in:
parent
e76211aa32
commit
6480d1b288
@ -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…
x
Reference in New Issue
Block a user