mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
BUGFIX: limit the height of code blocks to 500px
This commit is contained in:
parent
a83c1a19f1
commit
32d79494ad
2 changed files with 2 additions and 0 deletions
app/assets/stylesheets
|
@ -8,6 +8,7 @@ pre {
|
|||
background: #f1f1ff;
|
||||
font-size: 14px;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
||||
max-height: 500px;
|
||||
}
|
||||
.comment, .template_comment, .diff .header, .javadoc {
|
||||
color: #999988;
|
||||
|
|
|
@ -8,6 +8,7 @@ pre {
|
|||
background: #f1f1ff;
|
||||
font-size: 14px;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
||||
max-height: 500px;
|
||||
}
|
||||
.comment, .template_comment, .diff .header, .javadoc {
|
||||
color: #999988;
|
||||
|
|
Loading…
Reference in a new issue