Skip to content

Commit

Permalink
[APM] Added line-height to table cell (#24768) (#24824)
Browse files Browse the repository at this point in the history
Improved reading of the contents, especially in the Transaction Flyout.
  • Loading branch information
formgeist authored Oct 30, 2018
1 parent fc70d90 commit a4c33d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a4c33d1

Please sign in to comment.