Skip to content

Commit

Permalink
Fix layout issues on safari (hyperledger-archives#2125)
Browse files Browse the repository at this point in the history
Contributes to #1955

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored and cazfletch committed Sep 14, 2017
1 parent 7e54d11 commit ad85c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ identity-issued-modal {

.new-card-options {
position: absolute;
margin-left: 275px; // the size of an ID card
left: 275 + $space-medium; // the size of an ID card + padding
padding: 0 $space-medium $space-medium $space-medium;

dl.enrollment-credentials {
Expand Down

0 comments on commit ad85c3e

Please sign in to comment.