Fix generate in safari (#595)

This commit is contained in:
William O'Beirne 2017-12-15 12:48:17 -05:00 committed by Daniel Ternyak
parent 30f3aebc73
commit cf57d6e2ab
1 changed files with 0 additions and 12 deletions

View File

@ -1,19 +1,7 @@
@import "common/sass/variables";
.GenerateWallet {
display: flex;
flex-wrap: wrap;
&-column {
display: flex;
flex-direction: column;
&-content,
&-help {
width: 100%;
height: 100%;
}
&-content {
text-align: center;
}