1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 21:15:45 +02:00

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

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;
}