Skip to content

Commit

Permalink
Fix adobe#2372: Fix margins around project size panel (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtanisAce authored and gideonthomas committed Nov 17, 2017
1 parent 5e430d8 commit 9e76496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ div.working-set-option-btn[style] {

// Indicates used and available room in a project
#project-size-info {
padding: 12px 10px;
padding: 12px 10px 24px;
transition: opacity .2s ease-out;
overflow: hidden;

Expand Down

0 comments on commit 9e76496

Please sign in to comment.