diff --git a/templates/assets/css/aurora.css b/templates/assets/css/aurora.css
index 455f579..c376db1 100644
--- a/templates/assets/css/aurora.css
+++ b/templates/assets/css/aurora.css
@@ -1253,7 +1253,8 @@ img, video {
 
 .post-html ol {
     list-style: none;
-    counter-reset: li
+    counter-reset: li;
+    word-break: break-all;
 }
 
 .post-html ol > li {