Turns out all you need to do is drop an html element and add the following:

<style>
  label {
    top: -1px; /*modify as needed*/
    position: relative;
  }
</style>
1 Like