From 7e71fcfab80bed9aed4389eea386fb2036cc4a85 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 21 Dec 2017 15:46:34 +0000 Subject: [PATCH] Stop content area of vertical tabs overflowing on the right --- themes/tiddlywiki/vanilla/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 5893edab5..e50d87388 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1746,6 +1746,7 @@ html body.tc-body.tc-single-tiddler-window { } .tc-tab-content.tc-vertical { + word-break: break-word; display: inline-block; vertical-align: top; padding-top: 0;