Commit dcafb1e4 by Brian Jacobel

Fix TNL-6099

parent 54a9db77
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
} }
.thread-preview-body { .thread-preview-body {
@include margin($baseline / 4, $baseline, 0, 0); margin-top: $baseline / 4;
color: $forum-color-response-count; color: $forum-color-response-count;
font-size: $forum-small-font-size; font-size: $forum-small-font-size;
overflow: hidden; overflow: hidden;
...@@ -317,13 +317,14 @@ ...@@ -317,13 +317,14 @@
.forum-nav-thread-wrapper-1 { .forum-nav-thread-wrapper-1 {
@extend %forum-nav-thread-wrapper; @extend %forum-nav-thread-wrapper;
margin: 0 ($baseline / 4); margin: 0 ($baseline / 4);
width: 80%; max-width: calc(100% - 125px);
flex-grow: 1; // This column should consume all the available space flex-grow: 1; // This column should consume all the available space
} }
.forum-nav-thread-wrapper-2 { .forum-nav-thread-wrapper-2 {
@extend %forum-nav-thread-wrapper; @extend %forum-nav-thread-wrapper;
@include text-align(right); @include text-align(right);
min-width: 90px;
white-space: nowrap; white-space: nowrap;
} }
......
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