mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Prevent login error text overflow (#10450)
This commit is contained in:
committed by
Sabe Jones
parent
535ee2b2a7
commit
6972eb8f8f
@@ -50,6 +50,10 @@ transition(name="fade")
|
|||||||
|
|
||||||
.error {
|
.error {
|
||||||
background-color: #f74e52;
|
background-color: #f74e52;
|
||||||
|
border-radius: 60px;
|
||||||
|
width: 320px !important;
|
||||||
|
padding: 10px 5px;
|
||||||
|
margin-left: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user