mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
move css rule to be more generic; remove overriden rule
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
e858cf3bcb
commit
a257dc27c5
2 changed files with 1 additions and 5 deletions
|
@ -17,8 +17,3 @@ limitations under the License.
|
|||
.mx_MTextBody {
|
||||
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 {
|
||||
overflow-x: overlay;
|
||||
overflow-y: visible;
|
||||
max-height: 30vh;
|
||||
}
|
||||
|
||||
.mx_EventTile_content .markdown-body code {
|
||||
|
|
Loading…
Reference in a new issue