davidworkman9 / meteor-editable

X-Editable inspired Meteor package for inline edits. Atmosphere: https://atmospherejs.com/workman/meteor-editable
MIT License
17 stars 12 forks source link

Padding isn't correct #3

Closed rootedsoftware closed 10 years ago

rootedsoftware commented 10 years ago

The padding on the side of the editable popover elements seems to be to small.

image

If I change .popover-content to this .popover-content { padding: 8px 20px } in the chrome console it looks fine.

I wasn't able to find that class in the existing css file.

davidworkman9 commented 10 years ago

I can't replicate this. There must be something in your styling that's setting padding-right to zero (or close to it).

Update: Do you have a negative margin set somewhere?

If you can re-create this and send it to me that would go a long way to solving this.