Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 203ef2b

Browse files
author
Narciso Jaramillo
committed
Merge pull request #6063 from SAPlayer/fix-issue-6061
For #6061: Adding margin before "Install extension" spinner
2 parents aa45145 + 6ab3dd2 commit 203ef2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/brackets.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,3 +1372,7 @@ label input {
13721372
background-color: @live-preview-sync-error-background;
13731373
color: @live-preview-sync-error-color;
13741374
}
1375+
1376+
.install-extension-dialog .spinner {
1377+
margin-left: 10px;
1378+
}

0 commit comments

Comments
 (0)