We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f443ebb commit 4c2f098Copy full SHA for 4c2f098
1 file changed
media/options-widget.css
@@ -114,6 +114,10 @@
114
outline-color: var(--vscode-focusBorder);
115
}
116
117
+.advanced-options-accordion .p-accordion-tab {
118
+ width: 180px;
119
+}
120
+
121
.advanced-options-accordion .p-accordion-header {
122
border-top: 1px solid var(--vscode-widget-border);
123
color: var(--vscode-sideBarSectionHeader-foreground);
@@ -147,6 +151,10 @@
147
151
margin-top: 1.1rem
148
152
149
153
154
+.p-accordion-content .advanced-options-content {
155
+ padding-left: 0.5rem;
156
157
150
158
.advanced-options-content {
159
width: 180px;
160
text-align: left;
@@ -199,6 +207,6 @@
199
207
200
208
.settings-contribution-message {
201
209
margin-top: 0;
202
- margin-bottom: 0.5em;
210
+ margin-bottom: 0.5rem;
203
211
color: var(--vscode-descriptionForeground);
204
212
0 commit comments