Hi, you will most probably need to change the default line-height
if the vertical padding is not enough for you. For example, for the “sm-blue” theme you can test it from the following URL:
https://codepen.io/vadikom/pen/rVMmMm?editors=0100
Find and change the following SASS variable and note how it looks on the preview below:
// ----------------------------------------------------------
// :: 1.3. Typography
// ----------------------------------------------------------
...
$sm-blue__line-height: 23px !default;