#1664 Set a maximum height for codeblocks
This commit is contained in:
parent
607923b58f
commit
c7d0214aaa
|
@ -17,3 +17,8 @@ limitations under the License.
|
||||||
.mx_MTextBody {
|
.mx_MTextBody {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MTextBody pre{
|
||||||
|
overflow-y: auto;
|
||||||
|
max-height: 30vh;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue