We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddca9d commit 14e3cc9Copy full SHA for 14e3cc9
1 file changed
webviews/common/common.css
@@ -455,11 +455,15 @@ button.input-box:focus {
455
button.inlined-dropdown {
456
width: 100%;
457
max-width: 150px;
458
- margin-right: 5px;
+ margin-right: 8px;
459
display: inline-block;
460
text-align: center;
461
}
462
463
+button.inlined-dropdown:last-child {
464
+ margin-right: 0;
465
+}
466
+
467
.spinner {
468
margin-top: 5px;
469
margin-left: 5px;
0 commit comments