1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Updated table styling to ideally by more predictable

Set styles to be fixed and not cut text.
This commit is contained in:
Dan Brown
2016-09-06 20:47:34 +01:00
parent d94fc5b694
commit 393f6047f2
4 changed files with 25 additions and 23 deletions

View File

@@ -50,7 +50,7 @@ function editorPaste(e, editor) {
function registerEditorShortcuts(editor) {
// Headers
for (let i = 1; i < 5; i++) {
editor.addShortcut('ctrl+' + i, '', ['FormatBlock', false, 'h' + i]);
editor.addShortcut('meta+' + i, '', ['FormatBlock', false, 'h' + i]);
}
// Other block shortcuts