The div will animate the width to show what I mean
<br><br>
<div class="module">
<div class="module-info">
<h3>TITLE</h3>
<h4>a</h4>
</div>
<div class="module-controls-wrapper">
<div class="module-controls">
<div class="controls-group">
<button class="module-button module-start">Start</button>
<button class="module-button module-stop">Stop</button>
</div>
<div class="controls-group">
<button class="module-button module-edit">Edit</button>
<button class="module-button module-remove">Remove</button>
</div>
</div>
</div>
</div>