Fix; Close #3

This commit is contained in:
2023-10-18 01:18:05 +09:00
parent 0abaa06495
commit 0c13b9c9d2

View File

@ -28,3 +28,8 @@
.markdown-section code { .markdown-section code {
font-size: 0.9em; font-size: 0.9em;
} }
/* For hints Plguin */
.hints-alert {
word-break: break-word;
}