Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Event caption text messed up #35

Open
sylank opened this issue Jul 6, 2018 · 0 comments
Open

Event caption text messed up #35

sylank opened this issue Jul 6, 2018 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sylank
Copy link
Owner

sylank commented Jul 6, 2018

When you import EventRadar and you don't set the default style to 0,0 the caltion text will messed up.

image

Solution:
Use the * (star) operator for margin and padding set at your project's the top level css file:

* {
    margin: 0;
    padding: 0;
  }
@sylank sylank added the bug Something isn't working label Jul 6, 2018
@sylank sylank added this to the 1.1.0 milestone Jul 6, 2018
@sylank sylank self-assigned this Jul 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
ng-event-radar
  
Awaiting triage
Development

No branches or pull requests

1 participant