Commit 9f265e58 by benjaoming

Fix #234 by adding @friedmud's suggestion and a max-height om <pre>'s

parent 44dcfdd5
...@@ -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%;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -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
......
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