Skip to content

Commit 3fdc55e

Browse files
authored
fix: minor CSS fixes in workspace trust dialog and quick input list (#17063)
- Fix markdown alignment in workspace trust dialog by increasing CSS specificity - Fix spacing between icon and label in image file picker quick input
1 parent ff965f2 commit 3fdc55e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/monaco/src/browser/style/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
.quick-input-list .monaco-icon-label.codicon::before {
194194
position: relative;
195195
top: 3px;
196+
margin-right: 5px;
196197
}
197198

198199
.quick-input-list .monaco-icon-label.theia-file-icons-js {

packages/workspace/src/browser/style/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
justify-content: flex-start !important;
5252
}
5353

54-
.workspace-trust-dialog .dialogContent div.workspace-trust-description {
54+
.workspace-trust-dialog.lm-Widget .dialogContent div.workspace-trust-description {
5555
color: var(--theia-descriptionForeground);
5656
line-height: var(--theia-content-line-height);
5757
white-space: pre-line;

0 commit comments

Comments
 (0)