Support new lines in login_message again (#12469)

Introducing own css class for customization

Fix problem introduced with #12460
This commit is contained in:
Martin
2021-01-27 15:06:20 +01:00
committed by GitHub
parent 8d99a89814
commit 41570c46b1
2 changed files with 5 additions and 1 deletions

View File

@@ -2383,3 +2383,7 @@ label {
#manage-device-groups-table > thead > tr > th:last-child {
min-width: 7%;
}
.logon-message {
white-space: pre-wrap;
}