Nicholas Heller

Results 5 issues of Nicholas Heller

The issue is with line 5 being affected by line 4 With a space ![with_whitespace](https://user-images.githubusercontent.com/10672754/33864422-315c49fe-deb2-11e7-83bb-34c35c22f7b4.png) Without a space ![without_whitespace](https://user-images.githubusercontent.com/10672754/33864432-386bb7fc-deb2-11e7-845e-2948cd66b6fb.png)

Discussion moved here from [this Discourse comment](https://discourse.kits-challenge.org/t/ask-again-please-give-me-a-reply/196/5).

Currently the vast majority of the source code lives in a single class (`ULabel`) within the `src/index.js` file. In the long run, it would be nice to break this up...

documentation
refactor

It would be nice to have a simple loader that appears during initialization.

enhancement

@joshua-dean noticed that ULabel style is impacted by the Bootstrap stylesheets. It would be nice to do a better job reseting/isolating the stylesheets applied to ULabel.

bug