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