Skip to content
Snippets Groups Projects
Commit 9642cb4f authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Restrict image height

parent d2cd03a9
No related branches found
No related tags found
No related merge requests found
Pipeline #16961 passed
......@@ -90,3 +90,9 @@
<br />
{/each}
</div>
<style>
img {
max-height: 15rem;
}
</style>
\ No newline at end of file
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