Skip to content
Snippets Groups Projects
Commit 483da0da authored by Brian Jacobel's avatar Brian Jacobel
Browse files

fixup! Fix TNL-6099

parent 601ff52f
No related merge requests found
......@@ -291,6 +291,8 @@
.forum-nav-thread-wrapper-1 {
@extend %forum-nav-thread-wrapper;
margin: 0 ($baseline / 4);
// 125 is the width we need to save for the "X new" comments indicator - and we want to clip the preview
// at the same length whether there are unread comments for this story or not.
max-width: calc(100% - 125px);
flex-grow: 1; // This column should consume all the available space
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment