Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/journal.scss')
-rw-r--r--assets/scss/journal.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 8d46360..42af2ed 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -119,6 +119,14 @@ button {
outline: none !important;
}
+table {
+ table-layout: fixed;
+}
+
+th,td {
+ word-wrap: break-word;
+}
+
button {
cursor: hand;
cursor: pointer;