Merge branch 'bug/fix-description-even-lists-margin' into 'master'

Fix event description lists margin

See merge request framasoft/mobilizon!269
This commit is contained in:
Thomas Citharel 2019-10-15 17:54:46 +02:00
commit eef8ba516d
1 changed files with 4 additions and 0 deletions

View File

@ -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;