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 {
margin-bottom: 1.25rem;
img {
width: 100% !important;
height: auto !important
width: unset !important;
max-width: 100% !important;
height: unset !important
}
p {
text-align: left;

View File

@ -428,8 +428,9 @@ export default {
height: min-content;
min-height: 17.5rem;
img {
width: 100% !important;
height: auto !important
width: unset !important;
max-width: 100% !important;
height: unset !important
}
p {
color: #2d2d30;