I am trying to nest a span within a button
<span style="font-size: 11px; font-weight: 700; white-space: normal; margin-left: -5px;">UPGRADE PLAN</span>
When I use white-space: normal
, it breaks the word UPGRADE PLAN vertically. However, I am unable to remove the vertical gap between them. You can see the gap between upgrade and plan here. My goal is to achieve no gap between these two words like in this example here.
Can anyone provide guidance on how to accomplish this?