mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
parent
3ca8d7b6cc
commit
15905f3b7a
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user