diff --git a/src/components/Article.vue b/src/components/Article.vue
index 1844659a3349728d4bcb27fbd6b8be3d043c0d2f..bbf706d04f9e281cf5028bef1f6ec33c4d375da0 100644
--- a/src/components/Article.vue
+++ b/src/components/Article.vue
@@ -80,6 +80,10 @@ ol > li:only-child {
   list-style: none;
 }
 
+ol > li:only-child > ul {
+  padding-left: 0px;
+}
+
 ul {
   padding-top: 8px;
 }