feat(plugins/followup): add indepth mode (#627)

This commit is contained in:
Simon Lecoq
2021-11-12 00:34:40 -05:00
committed by GitHub
parent 42f46c2f75
commit 0a9df6270b
12 changed files with 457 additions and 126 deletions

View File

@@ -274,6 +274,12 @@
/* Follow-up */
.followup.legend {
font-size: 12px;
flex-wrap: wrap;
}
.followup.legend .field {
width: 46%;
justify-content: flex-start;
margin-left: 8px;
}
.followup.legend svg {
margin: 0 3px;