From 64a5e345382dbf581f4c79437f07510eee6422c2 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Wed, 25 Oct 2023 05:55:55 +0900 Subject: [PATCH] Additional fix for #3 --- src/_styles/website.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/_styles/website.css b/src/_styles/website.css index 223b640..db2c0cf 100644 --- a/src/_styles/website.css +++ b/src/_styles/website.css @@ -30,6 +30,12 @@ } /* For hints Plguin */ + +.hints-container { + /* To be fitted */ + padding-right: 15px; +} + .hints-alert { word-break: break-word; }