Skip to content

Commit

Permalink
keymaps: improve display of action buttons (eclipse-theia#12675)
Browse files Browse the repository at this point in the history
The commit improves the display of the action buttons (edit, reset) for the keyboard shortcuts widget.
The change improves the styling with respect to smaller viewports.

Signed-off-by: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
  • Loading branch information
FernandoAscencio authored Jul 18, 2023
1 parent 3deecfe commit 41c6d9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/keymaps/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

.kb-action-item {
visibility: hidden;
padding-right: 5px;
}

.kb table {
Expand Down Expand Up @@ -172,7 +171,4 @@

.kb-actions-icons {
display: block;
width: 50%;
margin-left: auto;
margin-right: auto;
}

0 comments on commit 41c6d9f

Please sign in to comment.