Fix text alignment issue

This commit is contained in:
George Drummond 2019-06-17 09:44:08 -04:00
parent ab6ac0aba8
commit 75c50f3e0d
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -200,10 +200,11 @@
.accordion-table__item-content {
.icon-link {
padding-right: 0;
padding-left: 0;
white-space: nowrap;
align-items: baseline;
padding-left: 0;
padding-right: 0;
padding-top: 1rem;
white-space: nowrap;
}
}
}