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
4680b9f9
Commit
4680b9f9
authored
Jul 25, 2012
by
kimth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cursor/text mismatch in Code/External-Response styling
parent
31641252
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
lms/static/css/codemirror.css
+8
-2
No files found.
lms/static/css/codemirror.css
View file @
4680b9f9
...
...
@@ -5,7 +5,7 @@
.CodeMirror-scroll
{
overflow
:
auto
;
height
:
30
0px
;
height
:
48
0px
;
/* This is needed to prevent an IE[67] bug where the scrolled content
is visible outside of the scrolling box. */
position
:
relative
;
...
...
@@ -38,12 +38,18 @@
border-radius
:
0
;
border-width
:
0
;
margin
:
0
;
padding
:
0
;
background
:
transparent
;
font-family
:
inherit
;
font-size
:
inherit
;
font-size
:
16px
;
padding
:
0
;
margin
:
0
;
white-space
:
pre
;
line-height
:
22px
;
word-wrap
:
normal
;
}
/* THK: This is to prevent global 'span' from defining .CodeMirror style */
.CodeMirror
pre
span
{
font
:
inherit
;
}
.CodeMirror-wrap
pre
{
word-wrap
:
break-word
;
white-space
:
pre-wrap
;
...
...
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