[APM] Added line-height to table cell (#24768) (#24824)

Improved reading of the contents, especially in the Transaction Flyout.
This commit is contained in:
Casper Hübertz 2018-10-30 13:35:59 +01:00 committed by GitHub
parent fc70d90abe
commit a4c33d1c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ const Row = styled.tr`
const Cell = styled.td`
vertical-align: top;
padding: ${px(units.half)} 0;
line-height: 1.5;
${Row}:first-child> & {
padding-top: 0;