mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Prevent login error text overflow (#10450)
This commit is contained in:
parent
535ee2b2a7
commit
6972eb8f8f
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue