Skip to content

Commit

Permalink
Fixing font size for icon div (elastic#30744)
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Feb 12, 2019
1 parent a590b2f commit 8ab2a41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ const LogTextStreamIconDiv = styled<IconProps, 'div'>('div')`
: 'transparent'};
text-align: center;
user-select: none;
font-size: 0.9em;
`;

const LogTextStreamLogEntryItemDiv = styled.div`
Expand Down

0 comments on commit 8ab2a41

Please sign in to comment.