summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/css/frame.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css
index 597646f2..d519d4b7 100644
--- a/ext/fg/css/frame.css
+++ b/ext/fg/css/frame.css
@@ -117,6 +117,11 @@ body {
color: #000;
}
+.term-glossary p {
+ overflow-x: auto;
+ white-space: pre;
+}
+
/* kanji styles */
.kanji-glyph {
@@ -153,3 +158,8 @@ body {
.kanji-glossary li span {
color: #000;
}
+
+.kanji-glossary p {
+ overflow-x: auto;
+ white-space: pre;
+}