fix: use max-width instead of width
This commit is contained in:
parent
9016573736
commit
d526cd70fd
|
@ -54,7 +54,7 @@ watch(content, (value, oldValue) => {
|
|||
<style module lang="scss">
|
||||
.container {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
transform-origin: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue