fix(SecurityDialog): Fix password action spacing

This commit is contained in:
Mihai Uscat
2020-07-10 13:26:48 +02:00
committed by Saúl Ibarra Corretgé
parent 546b0abe32
commit bd65108692
+4
View File
@@ -25,6 +25,10 @@
font-size: 14px;
color: #6FB1EA;
}
& > :first-child:not(:last-child) {
margin-right: 24px;
}
}
}
}