Fixed issue with lock being placed weird on firefox

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-28 11:09:42 +02:00
parent 41488aecf4
commit c2c0cfcc58

View File

@@ -524,6 +524,9 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
display: flex;
align-items: center;
height: 64px !important;
display: flex;
flex-direction: row;
align-content: center;
}
.not-imported-container{