Skip to content

Commit

Permalink
Merge pull request #104052 from pfongkye/issue/#102933
Browse files Browse the repository at this point in the history
Use default flex values and use margins
  • Loading branch information
isidorn authored Aug 10, 2020
2 parents 0e82f2c + fe1db06 commit fb13eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vs/workbench/contrib/debug/browser/media/repl.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

.monaco-workbench .repl .repl-tree .output.expression.value-and-source .value {
flex: 1;
margin-right: 4px;
}

.monaco-workbench .repl .repl-tree .monaco-tl-contents .arrow {
Expand All @@ -44,14 +44,14 @@
}

.monaco-workbench .repl .repl-tree .output.expression.value-and-source .source {
margin-left: 4px;
margin-left: auto;
margin-right: 8px;
cursor: pointer;
text-decoration: underline;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 150px;
text-align: right;
}

.monaco-workbench .repl .repl-tree .output.expression > .value,
Expand Down

0 comments on commit fb13eb1

Please sign in to comment.