react-magic icon indicating copy to clipboard operation
react-magic copied to clipboard

Improve style of HTML to JSX Compiler

Open waldyrious opened this issue 2 years ago • 0 comments

  • Add spacing around and inside input elements
  • Use <p> instead of <div> for the options container, so that there's vertical margin around it
  • Add space before the bullet/middot character
  • Add border to input box so it stands out from the background
  • Fix an indentation mismatch (tabs vs. spaces)

Before:

image

After:

image

waldyrious avatar Mar 30 '23 01:03 waldyrious