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

change the width and height of Search Box #130

Open
qwnwzzo opened this issue Aug 13, 2016 · 2 comments
Open

change the width and height of Search Box #130

qwnwzzo opened this issue Aug 13, 2016 · 2 comments

Comments

@qwnwzzo
Copy link

qwnwzzo commented Aug 13, 2016

Is there a method to change the search box? I use css style, but it doesn't work. Thx! : )

@keeslinp
Copy link

A really quick test showed that there is a sub-element which can be altered. Not sure if it is the proper way to do things but this is something that worked for me.

.ui.search > .ui.input.icon { width: 500px; }

I don't think that will cause any problems but you should probably add a class to the ui.search so that you're not affecting all of them at once. Another option would be to check the code and see if there is a hidden API that doesn't appear on the docs.

@qwnwzzo
Copy link
Author

qwnwzzo commented Sep 28, 2016

Thank you !

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

2 participants