diff --git a/src/frontend/app/login/login.component.scss b/src/frontend/app/login/login.component.scss index 30ce14df373c1990d7a465214de0c73901d1375a..bea2b20fec7b012e003542a592378db17b3326f5 100644 --- a/src/frontend/app/login/login.component.scss +++ b/src/frontend/app/login/login.component.scss @@ -31,4 +31,6 @@ .loginMessage { margin-top: 10px; text-align: center; + overflow: auto; + max-height: 150px; } \ No newline at end of file