toodego: give padding to group titles, for expand/collapse button (#39333)

This commit is contained in:
Frédéric Péters 2020-06-15 13:16:32 +02:00
parent 4211f8c146
commit 0217b13ba4
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ div.cell h2 {
h2 {
color: black;
background: transparent;
padding-right: 2.5rem;
padding-left: 2.5rem;
span.count {
font-size: 90%;
}