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 08:06:20 -06:00
committed by GitHub
parent 8d99a89814
commit 41570c46b1
2 changed files with 5 additions and 1 deletions
+4
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;
}
+1 -1
View File
@@ -5,7 +5,7 @@
@config('login_message')
<x-slot name="footer">
<div style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif;border: 0;padding: 0;font-weight: bold;">{{ \LibreNMS\Config::get('login_message') }}</div>
<div class="logon-message">{{ \LibreNMS\Config::get('login_message') }}</div>
</x-slot>
@endconfig