Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit edebdf7

Browse files
authored
Merge pull request #4746 from brave/recovery-keys-misaligned
Recovery keys are misaligned
2 parents bc01069 + f9971b0 commit edebdf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

less/about/preferences.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ div.nextPaymentSubmission {
932932

933933
.copyKeyContainer {
934934
display: flex;
935-
justify-content: space-between;
936935
width: 75%;
937936
margin: 20px auto;
938937

@@ -941,6 +940,8 @@ div.nextPaymentSubmission {
941940
}
942941

943942
.keyContainer {
943+
margin-left: 75px;
944+
944945
h3 {
945946
margin-bottom: 15px;
946947
}

0 commit comments

Comments
 (0)