diff --git a/src/component/bookmark/index.js b/src/component/bookmark/index.js index 5b5a459c..7f7eb86d 100644 --- a/src/component/bookmark/index.js +++ b/src/component/bookmark/index.js @@ -355,7 +355,7 @@ bookmark.add = { heading: 'Add a new Bookmark', content: bookmarkForm.form(), successText: 'Add', - width: 60, + width: (state.get.current().bookmark.style === 'block') ? 60 : 70, maxHeight: true, openAction: () => {