Improved fix for #7529

The fix in cce23ac6cd was affecting other editor dropdowns
This commit is contained in:
jeremy@jermolene.com
2023-06-13 11:22:11 +01:00
parent 86d45f1c3d
commit f277493acd
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -1388,9 +1388,8 @@ html body.tc-body.tc-single-tiddler-window {
height: 1.2em;
}
.tc-editor-toolbar .tc-drop-down a,
.tc-editor-toolbar .tc-drop-down button {
padding: 0;
.tc-editor-toolbar .tc-drop-down button.tc-btn-mini {
padding: 2px 4px;
}
.tc-editor-toolbar button:hover {