1
0

Optionally show all fields of AN statsping in admin area

This commit is contained in:
2021-01-29 15:19:05 +01:00
parent 091e37c134
commit 990e803192
5 changed files with 63 additions and 15 deletions

View File

@@ -991,6 +991,10 @@ html, body {
color: #FF0000;
}
.admin_ajax_gitfield {
white-space: pre;
}
#loginform div {
display: flex;
flex-direction: column;