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

Add responsive support #291

Closed
Purush0th opened this issue May 7, 2015 · 4 comments
Closed

Add responsive support #291

Purush0th opened this issue May 7, 2015 · 4 comments

Comments

@Purush0th
Copy link

Instead of fixed width is there any way to make dropdown responsive to adjust different view port?

@Robdel12
Copy link
Owner

Robdel12 commented May 7, 2015

You can do what you'd like with the CSS. :)

@Purush0th
Copy link
Author

@Robdel12 Could you please provide some gist examples?

@arunsathyan01
Copy link

@Purush0th try this

.dk-select, .dk-select-multi {
  width: 100% !important; 
}

@Robdel12
Copy link
Owner

What @arunsathyan01 said with the addition if you change this file to what ever width you'd like. That way you don't need the !important.

.dk-select,
.dk-select-multi {
[..]
  width: 200px;
[..]
}

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

No branches or pull requests

3 participants