#1664 Set a maximum height for codeblocks
parent
607923b58f
commit
c7d0214aaa
|
@ -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 New Issue