diff --git a/packages/keymaps/src/browser/style/index.css b/packages/keymaps/src/browser/style/index.css index 1f0ef34964324..6ef3fe784c1c0 100644 --- a/packages/keymaps/src/browser/style/index.css +++ b/packages/keymaps/src/browser/style/index.css @@ -84,12 +84,8 @@ font-size: var(--theia-ui-font-size1); } -.kb table td { - font-size: calc(var(--theia-ui-font-size1) * 0.85); -} - .kb table td code { - font-size: calc(var(--theia-ui-font-size1) * 0.8); + font-size: 90%; } .td-source { @@ -126,19 +122,19 @@ } .kb table .th-label { - width: 25%; + width: 20%; } .kb table .th-keybinding { - width: 20%; + width: 10%; } .kb table .th-source { - width: 10%; + width: 05%; } .kb table .th-context { - width: 15%; + width: 40%; } .message-container {