We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6822f63 commit ea868ecCopy full SHA for ea868ec
1 file changed
media/options-widget.css
@@ -132,6 +132,10 @@
132
line-height: 22px;
133
}
134
135
+.advanced-options-accordion .p-accordion-toggle-icon {
136
+ margin-right: 3px;
137
+}
138
+
139
.advanced-options-content {
140
color: var(--vscode-settings-headerForeground);
141
padding-bottom: 0.5rem;
@@ -195,6 +199,6 @@
195
199
196
200
.settings-contribution-message {
197
201
margin-top: 0;
198
- margin-bottom: 0;
202
+ margin-bottom: 0.5em;
203
color: var(--vscode-descriptionForeground);
204
0 commit comments