fix: use max-width instead of width

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-05-07 19:21:55 +09:00
parent 9016573736
commit d526cd70fd
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99

View file

@ -54,7 +54,7 @@ watch(content, (value, oldValue) => {
<style module lang="scss">
.container {
display: inline-block;
width: 100%;
max-width: 100%;
transform-origin: 0;
}