Prevent login error text overflow (#10450)

This commit is contained in:
James Robinson
2018-07-12 21:08:13 +01:00
committed by Sabe Jones
parent 535ee2b2a7
commit 6972eb8f8f

View File

@@ -50,6 +50,10 @@ transition(name="fade")
.error {
background-color: #f74e52;
border-radius: 60px;
width: 320px !important;
padding: 10px 5px;
margin-left: 0;
color: #fff;
}