Fix event description lists margin
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5ebbb57d0e
commit
5af1f4a8c2
|
@ -795,6 +795,10 @@ export default class Event extends EventMixin {
|
|||
list-style-type: disc;
|
||||
}
|
||||
|
||||
/deep/ li {
|
||||
margin: 10px auto 10px 2rem;
|
||||
}
|
||||
|
||||
/deep/ blockquote {
|
||||
border-left: .2em solid #333;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue