Skip to content
Snippets Groups Projects
Unverified Commit 6987a3ce authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Prevent long titles from overflowing out of 'Recently viewed' dropdown (#25702)

parent 6f67e1d9
Branches
Tags
No related merge requests found
......@@ -87,7 +87,7 @@ export const ResultLink = styled(Link)`
h3 {
font-size: ${props => (props.compact ? "14px" : "16px")};
line-height: 1.2em;
word-wrap: break-word;
overflow-wrap: anywhere;
margin-bottom: 0;
color: ${props => (props.active && props.isSelected ? color("brand") : "")};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment