diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 8bb41eff3..b57302cd7 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -531,7 +531,6 @@ button.tc-tag-label, span.tc-tag-label { margin-bottom: 28px; background-color: <>; border: 1px solid <>; - overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */ } .tc-tiddler-info { @@ -707,6 +706,10 @@ canvas.tc-edit-bitmapeditor { line-height: 22px; } +.tc-tiddler-title, .tc-titlebar { + overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */ +} + /* ** Toolbar buttons */