fix #860 change fontFamily for EndpointInfo

This commit is contained in:
Cédric Bertolini 2019-03-26 13:22:47 +01:00
parent 2f65f051e0
commit 10300ebd55

View File

@ -7,7 +7,7 @@ export const OperationEndpointWrap = styled.div`
`; `;
export const ServerRelativeURL = styled.span` export const ServerRelativeURL = styled.span`
font-family: ${props => props.theme.typography.headings.fontFamily}; font-family: ${props => props.theme.typography.code.fontFamily};
margin-left: 10px; margin-left: 10px;
flex: 1; flex: 1;
overflow-x: hidden; overflow-x: hidden;