Fixing font size for icon div (#30744)

This commit is contained in:
Chris Cowan 2019-02-12 09:56:09 -07:00 committed by GitHub
parent cd45949c0e
commit 7756ba0cfc
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`