mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 17:19:42 +00:00
Set a max-width for Markdown images (#9230)
Prevents images from overflowing in tavern chat, guild sidebars, tasks, and anywhere else using Markdown Closes https://github.com/HabitRPG/habitica/issues/9171
This commit is contained in:
parent
9dc9faa70d
commit
1af42aa7fe
1 changed files with 5 additions and 1 deletions
|
|
@ -28,4 +28,8 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue