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; +}