Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit ad85c3e

Browse files
jt-nticazfletch
authored andcommitted
Fix layout issues on safari (#2125)
Contributes to #1955 Signed-off-by: James Taylor <jamest@uk.ibm.com>
1 parent 7e54d11 commit ad85c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/composer-playground/src/app/identity/identity-issued/identity-issued.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ identity-issued-modal {
1010

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

1616
dl.enrollment-credentials {

0 commit comments

Comments
 (0)