Skip to content

Commit

Permalink
Use regular width buttons for walkthrough steps (#166664)
Browse files Browse the repository at this point in the history
* Use regular width buttons for walkthrough steps

* Small padding tweaks when windows is narrow

* Remove whitespace and normalize padding rules

* Fix padding

Co-authored-by: Eduardo Sonnino <edsonn@microsoft.com>
  • Loading branch information
daviddossett and esonnino committed Nov 21, 2022
1 parent 0131be0 commit b1fd1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -62,7 +62,6 @@ export class GettingStartedDetailsRenderer {
}
.theme-picker-row {
display: flex;
gap: 32px;
justify-content: center;
}
checklist {
Expand Down
Expand Up @@ -830,7 +830,9 @@

.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container .monaco-button {
height: 26px;
width: fit-content;
display: flex;
padding: 0 11px;
margin-bottom: 12px;
align-items: center;
}
Expand Down

0 comments on commit b1fd1ab

Please sign in to comment.