Skip to content

Commit

Permalink
Keymaps: Keyboard shortcuts text is too small
Browse files Browse the repository at this point in the history
Issue ID: eclipse-theia#7051
Fixed the sizing of the font, as well as the spacing of each column just so we can utilize the empty spaces in filling up other column's data and still look clean.

Signed-off-by: Muhammad Anas Shahid <[email protected]>
  • Loading branch information
Muhammad Anas Shahid committed Feb 4, 2020
1 parent cc0da4e commit e578c40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/keymaps/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
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: 90%;
}

.kb table td code {
font-size: calc(var(--theia-ui-font-size1) * 0.8);
.th-source{
text-overflow: clip;
}

.td-source {
Expand Down Expand Up @@ -134,11 +134,11 @@
}

.kb table .th-source {
width: 10%;
width: 05%;
}

.kb table .th-context {
width: 15%;
width: 25%;
}

.message-container {
Expand Down

0 comments on commit e578c40

Please sign in to comment.