From 0c13b9c9d2f99d9a68a2a062b301db1d4e793840 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Wed, 18 Oct 2023 01:18:05 +0900 Subject: [PATCH] Fix; Close #3 --- src/_styles/website.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_styles/website.css b/src/_styles/website.css index 86bf96d..223b640 100644 --- a/src/_styles/website.css +++ b/src/_styles/website.css @@ -28,3 +28,8 @@ .markdown-section code { font-size: 0.9em; } + +/* For hints Plguin */ +.hints-alert { + word-break: break-word; +}