Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
dcafb1e4
Commit
dcafb1e4
authored
Dec 07, 2016
by
Brian Jacobel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TNL-6099
parent
54a9db77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lms/static/sass/discussion/elements/_navigation.scss
+3
-2
No files found.
lms/static/sass/discussion/elements/_navigation.scss
View file @
dcafb1e4
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment