Skip to content

Commit

Permalink
fix underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
gbodeen committed Mar 1, 2023
1 parent f5aaf13 commit 49e5481
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,17 @@
.monaco-icon-label-container
.monaco-icon-name-container {
flex: unset;
padding-bottom: 2px;
}

.quick-input-list-entry
.quick-input-list-rows
.quick-input-list-row
.monaco-icon-label
.monaco-icon-description-container {
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 2px;
}

.quick-input-list-entry
Expand All @@ -197,10 +208,6 @@
color: var(--theia-foreground) !important;
}

.quick-input-list .monaco-icon-label::before {
transform: scale(0.8);
}

.quick-input-list .monaco-icon-label.codicon::before {
position: relative;
top: 3px;
Expand Down

0 comments on commit 49e5481

Please sign in to comment.