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

Space out the dropdown Rows #140

Closed
DBhail opened this issue Oct 12, 2017 · 3 comments
Closed

Space out the dropdown Rows #140

DBhail opened this issue Oct 12, 2017 · 3 comments
Labels

Comments

@DBhail
Copy link

DBhail commented Oct 12, 2017

It would be nice to space the rows out on the dropdown selection ; not sure where to do this or what css to apply? Could you paste some cource code of how to do this please? The rows returned are very cramped

image

Also would be great to have a filter on the dropdown for really long lists?

@PeterStaev
Copy link
Owner

Hey @DBhail , you can simply apply padding via css and it should add spacing between the lines. Note that the padding is also applied to the text span as well. So you will might have to adjust your wrapping element as well.

For the filter there is already #113

@DBhail
Copy link
Author

DBhail commented Oct 14, 2017

The padding appears to apply to all or nothing !? Could you introduce a property specifically for padding out the rows in your next release. Because the rows are so close, you end up selecting the wrong value too often. Also would be nice to get rid of the underline which I haven't managed to work out yet.

@PeterStaev
Copy link
Owner

@DBhail as I explained it is applied to everything. Applying different styles will come in the future releases, just not sure it will be on the next one.

For the underline I already explained to your comment how you can do it.

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

2 participants