break-word on overflow in popover of annotaton view

This commit is contained in:
Sebastian Sdorra
2020-06-17 13:44:53 +02:00
parent 091d426cbe
commit 231d81992a

View File

@@ -72,6 +72,7 @@ const PopoverHeading = styled.div`
const PopoverDescription = styled.p`
margin-top: 0.5em;
overflow-wrap: break-word;
`;
const shortRevision = (revision: string) => {