This commit is contained in:
Vinjor 2025-09-25 15:37:56 +08:00
parent 20bdea3e4c
commit ba0f3d275e
2 changed files with 6 additions and 4 deletions

View File

@ -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;

View File

@ -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;