Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As an inline element #153

Open
vigna opened this issue Apr 14, 2015 · 3 comments
Open

As an inline element #153

vigna opened this issue Apr 14, 2015 · 3 comments
Labels

Comments

@vigna
Copy link

vigna commented Apr 14, 2015

I need to use the share button as an inline element in the bar of a FuelUX repeater. However, no matter what I do, it will show on a separate line. Any suggestion?

@joshrowley
Copy link
Contributor

You should be able to target the share button using CSS and setting display: inline. If you're doing that and it's still not working, you are probably having issues with setting the right CSS specificity.

I'm not familiar with FuelUX, but if you're able to provide a JSFiddle or something similar with a recreation of the specific issue, I can help you further. Please reopen if you're able to provide this.

@vigna
Copy link
Author

vigna commented Apr 14, 2015

Well, I even tried

<div class="share-button" style="display: inline"></div>

I doubt you can be more specific than that. The problem is that when you look at the DOM after loading it's

<div class="share-button sharer-0" style="display: block;">

So someone is killing my style indication and stamping another one over it.

@joshrowley
Copy link
Contributor

Yes, it looks like share button is inserting that inline, opening this back up.

@joshrowley joshrowley reopened this Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants