From f88fe046ef205707d2eefd9488a5eeebc643ea58 Mon Sep 17 00:00:00 2001 From: Jun Wako Date: Wed, 13 Jan 2016 15:11:17 +0900 Subject: [PATCH] Fix editor css to prevent keys from wrapping --- editor/common/keymap_editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/common/keymap_editor.css b/editor/common/keymap_editor.css index b706f8b9..92dc654d 100644 --- a/editor/common/keymap_editor.css +++ b/editor/common/keymap_editor.css @@ -8,7 +8,6 @@ html * { border-radius:6px; border:2px solid #dcdcdc; display:inline-block; - float: left; color:#777777; font-family:helvetica, arial, sans-serif; font-size:16px; @@ -86,14 +85,15 @@ html * { .keyboard-row { width: auto; - display: inline-block; + white-space: nowrap; } .keyboard-outline { + /* stop displaying whitespace between keys */ + font-size: 0; } .keyboard-pane { - width: 750px; font-size: 14px; font-weight:bold; }