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
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-01-30 08:12:31 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-01-30 08:12:31 +0300
commite7a7438fe0cf11632a44292fb00fa4e0b2a22a33 (patch)
treefeaeb42bc18e4d1335ab07a2e4f0a8f6cdfbdb4e /assets
parentd727b3c8cba36077973965fdc329a61baadf2278 (diff)
Fix table rendering issue.
Diffstat (limited to 'assets')
-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;