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