Skip to content

Commit 14e3cc9

Browse files
mrleemurraylemurra_microsoft
andauthored
Adjust margin for inlined-dropdown buttons for better spacing (#7789)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
1 parent 8ddca9d commit 14e3cc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

webviews/common/common.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,15 @@ button.input-box:focus {
455455
button.inlined-dropdown {
456456
width: 100%;
457457
max-width: 150px;
458-
margin-right: 5px;
458+
margin-right: 8px;
459459
display: inline-block;
460460
text-align: center;
461461
}
462462

463+
button.inlined-dropdown:last-child {
464+
margin-right: 0;
465+
}
466+
463467
.spinner {
464468
margin-top: 5px;
465469
margin-left: 5px;

0 commit comments

Comments
 (0)