Skip to content
Snippets Groups Projects
Unverified Commit d526cd70 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

fix: use max-width instead of width

parent 90165737
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ watch(content, (value, oldValue) => {
<style module lang="scss">
.container {
display: inline-block;
width: 100%;
max-width: 100%;
transform-origin: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment