mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Support new lines in login_message again (#12469)
Introducing own css class for customization Fix problem introduced with #12460
This commit is contained in:
@@ -2383,3 +2383,7 @@ label {
|
||||
#manage-device-groups-table > thead > tr > th:last-child {
|
||||
min-width: 7%;
|
||||
}
|
||||
|
||||
.logon-message {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
Reference in New Issue
Block a user