Skip to content

Commit

Permalink
Fix adobe#2372: Fix margins around project size panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtanisAce committed Sep 20, 2017
1 parent 4503c3b commit ded9174
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 ded9174

Please sign in to comment.