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

Next and previous buttons are cropped #1752

Open
Xerbo opened this issue Feb 20, 2019 · 2 comments · May be fixed by #1796
Open

Next and previous buttons are cropped #1752

Xerbo opened this issue Feb 20, 2019 · 2 comments · May be fixed by #1796

Comments

@Xerbo
Copy link

Xerbo commented Feb 20, 2019

I'm in creating electron app and am using flexslider from npm and have discovered a problem with the positioning of the next and previous buttons.
Previous
Next
I am on a linux system with:
kernel: 4.15.0-45-generic
NPM: v3.5.2
node.js: v8.10.0
electron: v0.35.6

This may be specific to me but can be fixed easily with the following css:

.flex-direction-nav a:before{
  line-height: 1;
}
@cworth-gh
Copy link

Thanks. I had the same bug and the workaround given here fixed things for me as well.

laryn added a commit to laryn/FlexSlider-1 that referenced this issue Apr 28, 2021
@laryn laryn linked a pull request Apr 28, 2021 that will close this issue
@laryn
Copy link

laryn commented Apr 28, 2021

Problem exists for me as well and the fix takes care of it. I have submitted it as a PR here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants