1
This commit is contained in:
parent
20bdea3e4c
commit
ba0f3d275e
@ -48,8 +48,9 @@
|
|||||||
.rich-text {
|
.rich-text {
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
img {
|
img {
|
||||||
width: 100% !important;
|
width: unset !important;
|
||||||
height: auto !important
|
max-width: 100% !important;
|
||||||
|
height: unset !important
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
@ -428,8 +428,9 @@ export default {
|
|||||||
height: min-content;
|
height: min-content;
|
||||||
min-height: 17.5rem;
|
min-height: 17.5rem;
|
||||||
img {
|
img {
|
||||||
width: 100% !important;
|
width: unset !important;
|
||||||
height: auto !important
|
max-width: 100% !important;
|
||||||
|
height: unset !important
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
color: #2d2d30;
|
color: #2d2d30;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user