Browse Source

Fix editor css to prevent keys from wrapping

gh-pages
Jun Wako 8 years ago
parent
commit
f88fe046ef
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      editor/common/keymap_editor.css

+ 3
- 3
editor/common/keymap_editor.css View File

@@ -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;
}

Loading…
Cancel
Save