I recently created a label with text inside it. However, when I shrink the screen size, the label splits into two lines but the spacing between them is too wide. How can I narrow down this space? Below is the code snippet:
<div class="col-xs-12 textAlignCenter fontSize13 fontArialRegular">
<span class="wordBreakAll">Location Parameter</span>
</div>