mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 12:41:24 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
f8ca3674ac
@ -17,8 +17,3 @@ 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;
|
|
||||||
}
|
|
||||||
|
@ -391,6 +391,7 @@ limitations under the License.
|
|||||||
.mx_EventTile_content .markdown-body pre {
|
.mx_EventTile_content .markdown-body pre {
|
||||||
overflow-x: overlay;
|
overflow-x: overlay;
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
|
max-height: 30vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_content .markdown-body code {
|
.mx_EventTile_content .markdown-body code {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user