Fixing font size for icon div (#30744) (#30857)

This commit is contained in:
Chris Cowan 2019-02-13 08:14:12 -07:00 committed by GitHub
parent b06f20fa17
commit 5b806305c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`