1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Stop content area of vertical tabs overflowing on the right

This commit is contained in:
Jermolene 2017-12-21 15:46:34 +00:00
parent 254e1ca7f7
commit 7e71fcfab8

View File

@ -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;