Unverified Commit 601c3655 authored by Lyza Gardner's avatar Lyza Gardner Committed by GitHub

Merge pull request #2075 from hypothesis/fix-thread-overflow

Fix overflow on Thread contents
parents 823278d3 e1d62fa0
......@@ -53,7 +53,8 @@
&__content {
flex-grow: 1;
// Prevent annotation content from overflowing the container
max-width: 100%;
// Prevent long, non-wrapping content (typically URLs) from exceeding
// the width of the annotation card
overflow: hidden;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment