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

Add input wrapper to Twitter.js

Open ordermate opened this issue 2 years ago • 1 comments

Add a wrapper around the editable input to prevent wrapping

ordermate avatar Nov 13 '23 22:11 ordermate

I have the same problem but this branch doesn't seem to build.

I am getting:

SyntaxError: src/components/twitter/Twitter.js: Unexpected token, expected , (46:13)
  44 |       },
  45 |       inputWrapper: {
> 46 |         white-space: 'nowrap'
     |              ^
  47 |       },

I created a fork that works for me here: https://github.com/EthanShoeDev/react-color

EthanShoeDev avatar Jan 09 '24 09:01 EthanShoeDev