mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +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`
|
const PopoverDescription = styled.p`
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
overflow-wrap: break-word;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const shortRevision = (revision: string) => {
|
const shortRevision = (revision: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user