Web: components: ToggleContent: fixed margin under headline

This commit is contained in:
Daniil Senkiv 2019-07-29 11:21:11 +03:00
parent 1e426e009d
commit 615baf60e1

View File

@ -29,6 +29,7 @@ const StyledSpan = styled.span`
const StyledText = styled(Text.Headline)`
&:hover{
border-bottom: 1px dotted;
margin-bottom: 5.5px;
}
`;