Skip to content

Commit

Permalink
add some padding for descriptions in buttons (#172329)
Browse files Browse the repository at this point in the history
fixes #172140
  • Loading branch information
sbatten authored Jan 25, 2023
1 parent 191303d commit fc21cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
.monaco-description-button .monaco-button-description {
font-style: italic;
font-size: 11px;
padding: 0px 20px;
padding: 4px 20px;
}

.monaco-description-button .monaco-button-label,
Expand Down

0 comments on commit fc21cf0

Please sign in to comment.