fix(SecurityDialog): Fix password action spacing

This commit is contained in:
Mihai Uscat 2020-07-10 13:41:17 +03:00 committed by Saúl Ibarra Corretgé
parent 546b0abe32
commit bd65108692
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
font-size: 14px;
color: #6FB1EA;
}
& > :first-child:not(:last-child) {
margin-right: 24px;
}
}
}
}