Set max size for embedded images in profile description
This commit is contained in:
parent
2a01471621
commit
153f4a492b
|
@ -286,6 +286,14 @@ textarea {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-profile-decription img {
|
||||||
|
height: auto;
|
||||||
|
width: auto;
|
||||||
|
max-height: 240px;
|
||||||
|
max-width: 280px;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
|
||||||
.d-inline {
|
.d-inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue