Skip to content

Commit

Permalink
Tweak settings editor sizing for #53111
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jun 28, 2018
1 parent f200964 commit 07d89ab
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.settings-editor {
padding-top: 11px;
max-width: 1000px;
max-width: 1100px;
margin: auto;
}

Expand Down Expand Up @@ -101,7 +101,8 @@
.settings-editor > .settings-body {
display: flex;
margin: auto;
max-width: 1000px;
max-width: 1100px;
justify-content: space-between;
}

.settings-editor > .settings-body .settings-tree-container .monaco-tree::before {
Expand Down Expand Up @@ -138,6 +139,7 @@

.settings-editor > .settings-body .settings-tree-container {
flex: 1;
max-width: 875px;
margin-right: 1px; /* So the item doesn't blend into the edge of the view container */
border-spacing: 0;
border-collapse: separate;
Expand Down

0 comments on commit 07d89ab

Please sign in to comment.