From 41da64513076aa23065e4002c7dd538e2e3d24eb Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 11 May 2023 00:06:44 +0800 Subject: [PATCH] Add custom roles --- assets/scss/extend.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/scss/extend.scss b/assets/scss/extend.scss index 4845f26..0293db5 100644 --- a/assets/scss/extend.scss +++ b/assets/scss/extend.scss @@ -91,6 +91,10 @@ article.post { text-decoration: line-through; } +.break-anywhere { + overflow-wrap: anywhere; +} + // Custom layouts #logo { --size: $tooltip-size;