Merge pull request #11 from mabashian/7249-multi-line-login

Allow for new lines in login info block
This commit is contained in:
Michael Abashian 2017-07-24 17:20:02 -04:00 committed by GitHub
commit f5f575843e

View File

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