Remember user's preference for expanding issue-info section

This shows the tag diff, and other helpful information about the detected issues.
It is expanded by default now
(closes #6408, closes #8143)
This commit is contained in:
Bryan Housel
2021-03-08 15:10:30 -05:00
parent c3e9e8c8ff
commit 2b7adf89fa
2 changed files with 15 additions and 3 deletions

View File

@@ -3547,6 +3547,9 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
.issue-container:not(.active) ul.issue-fix-list {
display: none;
}
.issue-container:not(.active) .issue-info {
display: none;
}
.issue-info {
flex: 1 1 auto;