mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
break-word on overflow in popover of annotaton view
This commit is contained in:
@@ -72,6 +72,7 @@ const PopoverHeading = styled.div`
|
||||
|
||||
const PopoverDescription = styled.p`
|
||||
margin-top: 0.5em;
|
||||
overflow-wrap: break-word;
|
||||
`;
|
||||
|
||||
const shortRevision = (revision: string) => {
|
||||
|
||||
Reference in New Issue
Block a user