-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Can't change width of input #26
Comments
hmm i can not confirm this, `.ui.icon.input input {
}` for the class clndr-control without any problems, just normal css knowledge |
Hi @xzessmedia! 👋 Yep, you can control it with CSS, but I think that the perfect behavior would be if just worked™ without any extra work. The problem is more visible if you try to use the component inside a |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Running into same issues where the last 2 digits are being cutoff.
Solution:
|
❔ Question
Can't change the width of the input.
The CSS customization is available only for cells :(
I tried to use id property like this:
<SemanticDatepicker type="range" id="x123" />
and CSS
#x132 { width: 500px; }
But it doesn't work.
Are there any ideas?
The text was updated successfully, but these errors were encountered: