Make eventlog entries expandable to show raw event data

This commit is contained in:
Johannes Zellner
2018-03-02 10:50:05 +01:00
parent 1fc7efef0d
commit 848a617f98
3 changed files with 21 additions and 5 deletions

View File

@@ -1079,6 +1079,11 @@ footer {
}
}
.eventlog-details {
white-space: pre-wrap;
background-color: white;
}
// ----------------------------
// Tag Input
// ----------------------------