From 9d16aa5377157286c9db2d769b27ea12f32f3a74 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Thu, 21 Jan 2021 17:41:53 -0800 Subject: [PATCH] fix arrow keying past list item - in chrome it take two left arrows to go to prev list item - in firefox ctrl+left does not work --- assets/core.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/core.styl b/assets/core.styl index 98f6c7df18..2627359dee 100644 --- a/assets/core.styl +++ b/assets/core.styl @@ -72,6 +72,10 @@ resets(arr) list-style-type: none padding-left: LIST_STYLE_OUTER_WIDTH position: relative + word-break: break-all + @supports (display: contents) + > .ql-ui + display: contents > .ql-ui:before display: inline-block margin-left: -1*LIST_STYLE_OUTER_WIDTH