Is there a way to achieve this task?
Here is what I'm currently working on:
https://jsfiddle.net/Lg0wyt9u/967/
<li>
<div class='type'><i class='fa fa-arrow-circle-right'>I</i></div>
<div class='details'>
<div class='date'>date</div>
<div class='address'>1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111</div>
</div>
<div class='value'>1.2</div>
<div class='slide-in'>
DELETE
</div>
</li>
The delete button is currently hidden.
I want it to be revealed, and the rest of the content to be pushed off the screen to the same width as this element. I have tried using display:flex and positioning, but it hasn't worked as expected.