fix(viewer): image bug
This commit is contained in:
parent
137cd95c4e
commit
cbd53852a5
@ -99,7 +99,12 @@
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
}
|
}
|
||||||
.viewer table {
|
.viewer {
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
@ -136,6 +141,7 @@
|
|||||||
content: '\00A0';
|
content: '\00A0';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.mdxeditor {
|
.mdxeditor {
|
||||||
--baseBg: rgba(255, 255, 255, 0.05);
|
--baseBg: rgba(255, 255, 255, 0.05);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user