Skip to content

Instantly share code, notes, and snippets.

@drewbrokke
Last active June 1, 2018 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewbrokke/d9db6fce170f436ac8483532da3dc317 to your computer and use it in GitHub Desktop.
Save drewbrokke/d9db6fce170f436ac8483532da3dc317 to your computer and use it in GitHub Desktop.
How to put the header and button on the same row
<h3 class="sheet-subtitle">
<span class="autofit-padded-no-gutters autofit-row">
<span class="autofit-col autofit-col-expand">
<span class="heading-text">
Text goes here
</span>
</span>
<span class="autofit-col">
Button goes here
</span>
</span>
</h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment