From 483da0dab52db442ce582da5769939533b71cf6b Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Wed, 14 Dec 2016 13:18:52 -0500 Subject: [PATCH] fixup! Fix TNL-6099 --- lms/static/sass/discussion/elements/_navigation.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/static/sass/discussion/elements/_navigation.scss b/lms/static/sass/discussion/elements/_navigation.scss index 0faa7b20ad..f4974e5ed3 100644 --- a/lms/static/sass/discussion/elements/_navigation.scss +++ b/lms/static/sass/discussion/elements/_navigation.scss @@ -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 }