mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:03:08 +02:00
fix: use max-width instead of width
This commit is contained in:
parent
9016573736
commit
d526cd70fd
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue