forked from mystiq/hydrogen-web
limit code block height
This commit is contained in:
parent
2ce6cea4ff
commit
629d58b041
1 changed files with 9 additions and 1 deletions
|
@ -244,7 +244,15 @@ only loads when the top comes into view*/
|
|||
|
||||
.Timeline_messageBody pre {
|
||||
border: 1px solid rgb(229, 229, 229);
|
||||
padding: 10px;
|
||||
padding: 0.5em;
|
||||
max-height: 30em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.Timeline_messageBody pre > code {
|
||||
background-color: unset;
|
||||
border-radius: unset;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.Timeline_messageBody blockquote {
|
||||
|
|
Loading…
Reference in a new issue