diff --git a/plugins/kolab_notes/skins/larry/notes.css b/plugins/kolab_notes/skins/larry/notes.css index 83569d69..0c18e8ba 100644 --- a/plugins/kolab_notes/skins/larry/notes.css +++ b/plugins/kolab_notes/skins/larry/notes.css @@ -281,6 +281,11 @@ box-sizing: border-box; } +/* Firefox 3.6 */ +_:not(), _:-moz-handler-blocked, .notesview #notedetailstitle .tagedit-list { + min-height: 26px; +} + .notesview #notedetailstitle .disabled .tagedit-list { min-height: 26px; }