further refinements to overlay styles

This commit is contained in:
Hakim El Hattab
2025-01-29 15:19:38 +01:00
parent 3ceac9402d
commit 0524ae855d
7 changed files with 140 additions and 133 deletions

View File

@@ -882,7 +882,7 @@ export default function( revealElement, options ) {
dom.overlay.classList.add( 'overlay-help' );
dom.wrapper.appendChild( dom.overlay );
let html = '<p class="title">Keyboard Shortcuts</p><br/>';
let html = '<p class="title">Keyboard Shortcuts</p>';
let shortcuts = keyboard.getShortcuts(),
bindings = keyboard.getBindings();