Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<style>
    div[id^='satisfaction'] label {
        width: unset;
        padding: 10px;
	    display: inline;
    }
</style>

Replace "satisfaction" in the code above with your radio's field ID.