I'm using the Angular framework with custom components. Here's the code:
</form-line>
<form-line>
</form-line>
<form-line>
<div *formLineChild>
<img
src="cat.jpg">
</div>
</form-line>
<form-line>
</form-line>
I want the cat image to overflow the two white form-line. Here's what it currently looks like: