Fix small sizing issue with expand collapse toggle

This commit is contained in:
Brian Vaughn
2019-04-12 08:42:27 -07:00
parent da4accda31
commit ae7ea00e06
3 changed files with 3 additions and 0 deletions
@@ -1,4 +1,5 @@
.ExpandCollapseToggle {
flex: 0 0 1rem;
width: 1rem;
height: 1rem;
padding: 0;
@@ -57,5 +57,6 @@
}
.ExpandCollapseToggleSpacer {
flex: 0 0 1rem;
width: 1rem;
}
@@ -30,5 +30,6 @@
}
.ExpandCollapseToggleSpacer {
flex: 0 0 1rem;
width: 1rem;
}