From 40f11914fb5fae4a11fa6a5f7789447ce362c11f Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 22 Oct 2018 20:17:17 +0200 Subject: [PATCH] Add bullet points --- client/src/components/ContentBlock.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue index 61f99449..8be40fcb 100644 --- a/client/src/components/ContentBlock.vue +++ b/client/src/components/ContentBlock.vue @@ -189,5 +189,14 @@ } } + /deep/ ul { + padding-left: 25px; + } + + /deep/ li { + list-style: disc; + line-height: 1.5; + } + }