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

checkbox label's white-space property should be normal instead of no-wrap

Open floydchenchen opened this issue 7 years ago • 2 comments

image

floydchenchen avatar Aug 09 '18 15:08 floydchenchen

According to @stuller, white-space: normal also seems incorrect:

image

floydchenchen avatar Aug 09 '18 15:08 floydchenchen

We should make sure these three scenarios work with whatever CSS we go with:

  1. short label
  2. something a little longer than normal
  3. a really long supercalifragilisticexpialidocious label that maybe is something similar to a small paragraph of terms and conditions that a user might be asked to agree with by ticking the checkbox before proceeding

stuller avatar Aug 09 '18 15:08 stuller