Merge pull request #1670 from Half-Shot/patch-1
#1664 Set a maximum height for codeblocks
This commit is contained in:
commit
486adb717b
1 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,8 @@ limitations under the License.
|
|||
.mx_MTextBody {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.mx_MTextBody pre{
|
||||
overflow-y: auto;
|
||||
max-height: 30vh;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue