Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
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
OpenEdx
django-wiki
Commits
9f265e58
Commit
9f265e58
authored
May 21, 2014
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #234 by adding @friedmud's suggestion and a max-height om <pre>'s
parent
44dcfdd5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
wiki/static/wiki/bootstrap/css/wiki-bootstrap.css
+4
-0
wiki/static/wiki/bootstrap/css/wiki-bootstrap.min.css
+0
-0
wiki/static/wiki/bootstrap/less/wiki/wiki-bootstrap.less
+4
-0
No files found.
wiki/static/wiki/bootstrap/css/wiki-bootstrap.css
View file @
9f265e58
...
@@ -4133,6 +4133,10 @@ label {
...
@@ -4133,6 +4133,10 @@ label {
}
}
.wiki-article
pre
{
.wiki-article
pre
{
max-width
:
700px
;
max-width
:
700px
;
max-height
:
150px
;
overflow
:
auto
;
word-wrap
:
normal
;
white-space
:
pre
;
}
}
.wiki-article
table
{
.wiki-article
table
{
width
:
100%
;
width
:
100%
;
...
...
wiki/static/wiki/bootstrap/css/wiki-bootstrap.min.css
View file @
9f265e58
This source diff could not be displayed because it is too large. You can
view the blob
instead.
wiki/static/wiki/bootstrap/less/wiki/wiki-bootstrap.less
View file @
9f265e58
...
@@ -87,6 +87,10 @@ label { font-size: 16px; font-weight: normal; color: #777;}
...
@@ -87,6 +87,10 @@ label { font-size: 16px; font-weight: normal; color: #777;}
.wiki-article pre {
.wiki-article pre {
max-width: 700px;
max-width: 700px;
max-height: 150px;
overflow: auto;
word-wrap: normal;
white-space: pre;
}
}
.wiki-article table
.wiki-article table
...
...
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