1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Correct fix for #282

Thanks @pmario and @andrey013
This commit is contained in:
Jermolene 2014-10-05 12:44:06 +01:00
parent 3ca8d7b6cc
commit 15905f3b7a

View File

@ -531,7 +531,6 @@ button.tc-tag-label, span.tc-tag-label {
margin-bottom: 28px;
background-color: <<colour tiddler-background>>;
border: 1px solid <<colour tiddler-border>>;
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
*/