Skip to content

Commit

Permalink
Fix modal window padding being different to the action bar's
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Palmer committed Mar 17, 2017
1 parent 2b47630 commit 7caf6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Modal/Window.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
border-top-left-radius: 4px;
overflow-y: scroll;
max-height: 100vh;
padding: var(--size-medium);
padding: var(--size-large);
clear: both;
}

0 comments on commit 7caf6bf

Please sign in to comment.