style: prevent text from overflowing its line box (#587)

This commit is contained in:
chenkai
2021-07-14 09:24:29 +08:00
committed by GitHub
parent 307b21c5e0
commit 37d519d6a9

View File

@@ -75,6 +75,7 @@
a {
background-color: transparent;
word-wrap: break-word;
}
/**
@@ -346,4 +347,4 @@
[hidden] {
display: none;
}
}