Fix #1944 add option to display complete call stack for queries

This commit is contained in:
Kijin Sung 2022-12-19 01:11:43 +09:00
parent 868dfb33e9
commit e1f98e573c
10 changed files with 59 additions and 11 deletions

View file

@ -365,6 +365,12 @@ a img {
list-style: disc;
margin: 0; padding: 0; text-indent: 0;
color: #888;
ul {
padding-left: 20px;
li {
list-style: circle;
}
}
}
}
}