Merge pull request #926 from dod-ccpo/qa-fixes

Fix text alignment issue
This commit is contained in:
George Drummond 2019-06-17 13:30:13 -04:00 committed by GitHub
commit cc9d2515d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}
}