limit markdown image size
This commit is contained in:
parent
1c5cb3eda8
commit
4f94192857
@ -31,6 +31,12 @@ app-profile-picture {
|
|||||||
.message-content {
|
.message-content {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
|
||||||
|
::ng-deep img {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 500px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user