Skip to content

Commit

Permalink
style: Debug Variable styling fix
Browse files Browse the repository at this point in the history
This commit fixes the lack of spacing between variable and value found
on the Debug Local variables menu

Signed-off-by: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
  • Loading branch information
FernandoAscencio committed Jan 20, 2023
1 parent 945a97b commit 6f93fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/debug/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@

.theia-debug-console-variable .name {
color: var(--theia-variable-name-color);
white-space: pre;
}

.theia-TreeNode:not(:hover) .theia-debug-console-variable .action-label {
Expand Down

0 comments on commit 6f93fd7

Please sign in to comment.