Allow for new lines in login info block

This commit is contained in:
mabashian 2017-07-24 11:16:27 -04:00
parent f175fbba23
commit 7d5e2625b7

View File

@ -14,6 +14,7 @@
color: @login-notice-text;
overflow-y: scroll;
overflow-x: visible;
white-space: pre-wrap;
}
.LoginModalNotice-title {