Fix various CSS issues

This commit is contained in:
Quincy Morgan
2020-07-06 15:28:25 -04:00
parent 2d77cac208
commit 3d4703b60c
11 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function uiNoteEditor(context) {
headerEnter
.append('button')
.attr('class', 'fr note-editor-close')
.attr('class', 'close')
.on('click', function() {
context.enter(modeBrowse(context));
})