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

fullWidth prop not working #42

Open
hugocostadev opened this issue Aug 14, 2020 · 1 comment
Open

fullWidth prop not working #42

hugocostadev opened this issue Aug 14, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@hugocostadev
Copy link

Describe the bug
The fullWidth prop does not work properly, follow the example below.
There is a "dib" class in a span element that I can't customize because the is not a class handle and the :first-child is not working either.

I tried to do this and its not woked:

.slideChildrenContainer--carousel :first-child { 
  width: 100%;
}

Screenshots
image

@hugocostadev hugocostadev added the bug Something isn't working label Aug 14, 2020
@hugocostadev
Copy link
Author

Ok, I miss one detail... :first-child with or without space before are different things.

I was doing :first-child without space, by doing as the example says I could remove the spacing.

I'll maintain the issue because I consider that the prop fullWidth is not working properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant