I have a specific request in mind,
https://i.sstatic.net/aK5nG.png
But the result I am seeing is different,
https://i.sstatic.net/ajvhF.png
Here's the code snippet, I'm utilizing bulma framework but encountering some challenges...
<section class="section">
<p>Please verify the details below as per the specified requirements, no room for error</p>
<div class="container">
<div class="columns">
<div class="column is-3 has-text-right has-text-weight-bold">
Short Label 1:
</div>
<div class="column is-2">
<div class="field">
<p class="control">
Short Label 1 Value
</p>
</div>
</div>
<div class="column is-2 has-text-right has-text-weight-bold">
Short Label 2:
</div>
<div class="column is-2">
<div class="field">
<p class="control">
long value long value long value long value long value long value long value
</p>
</div>
</div>
<div class="column is-2 has-text-right has-text-weight-bold">
Bit Long Label Than Usual 3:
</div>
<div class="column is-2">
<div class="field">
<p class="control">
long value long value
</p>
</div>
</div>
</div>
</div>
</section>