Skip to content
Snippets Groups Projects
Commit ad5347c7 authored by Frank Nägler's avatar Frank Nägler Committed by Georg Ringer
Browse files

[TASK] Optimize layout in cshmanuel help popup

Add class img-responsive to images in help popup.

Resolves: #72880
Releases: master, 7.6
Change-Id: Ifc83bbce7401ef8d822259ab14ff66315b40e273
Reviewed-on: https://review.typo3.org/46138


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent e0b506d6
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@
<f:if condition="{manual.images}">
<f:for each="{manual.images}" as="image">
<div>
<img src="../{image.image}" />
<img src="../{image.image}" class="img-responsive" />
<f:if condition="{image.description}">
<p>{image.description}</p>
</f:if>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment