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
b56d0746
Commit
b56d0746
authored
Nov 26, 2014
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6057 from gymnasium/master
Fixing horizontal scroll bug for long component titles
parents
736a99e0
f6b50f5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
AUTHORS
+2
-0
common/lib/xmodule/xmodule/css/sequence/display.scss
+4
-3
No files found.
AUTHORS
View file @
b56d0746
...
@@ -180,3 +180,4 @@ Eugeny Kolpakov <eugeny.kolpakov@gmail.com>
...
@@ -180,3 +180,4 @@ Eugeny Kolpakov <eugeny.kolpakov@gmail.com>
Omar Al-Ithawi <oithawi@qrf.org>
Omar Al-Ithawi <oithawi@qrf.org>
Louis Pilfold <louis@lpil.uk>
Louis Pilfold <louis@lpil.uk>
Akiva Leffert <akiva@edx.org>
Akiva Leffert <akiva@edx.org>
Mike Bifulco <mbifulco@aquent.com>
\ No newline at end of file
common/lib/xmodule/xmodule/css/sequence/display.scss
View file @
b56d0746
...
@@ -201,18 +201,19 @@ nav.sequence-nav {
...
@@ -201,18 +201,19 @@ nav.sequence-nav {
color
:
#fff
;
color
:
#fff
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
line-height
:
lh
();
line-height
:
lh
();
lef
t
:
0px
;
righ
t
:
0px
;
opacity
:
0
.0
;
opacity
:
0
.0
;
padding
:
6px
;
padding
:
6px
;
position
:
absolute
;
position
:
absolute
;
top
:
48px
;
top
:
48px
;
text-shadow
:
0
-1px
0
#000
;
text-shadow
:
0
-1px
0
#000
;
@include
transition
(
all
.1s
$ease-in-out-quart
0s
);
@include
transition
(
all
.1s
$ease-in-out-quart
0s
);
white-space
:
pre
;
white-space
:
normal
;
z-index
:
99
;
z-index
:
99
;
visibility
:
hidden
;
visibility
:
hidden
;
pointer-events
:
none
;
pointer-events
:
none
;
&
:empty
{
&
:empty
{
background
:
none
;
background
:
none
;
...
@@ -226,7 +227,7 @@ nav.sequence-nav {
...
@@ -226,7 +227,7 @@ nav.sequence-nav {
content
:
" "
;
content
:
" "
;
display
:
block
;
display
:
block
;
height
:
10px
;
height
:
10px
;
lef
t
:
18px
;
righ
t
:
18px
;
position
:
absolute
;
position
:
absolute
;
top
:
-5px
;
top
:
-5px
;
@include
transform
(
rotate
(
45deg
));
@include
transform
(
rotate
(
45deg
));
...
...
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