We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
These controls do not take the width of the input group, like standard controls do.
Confirmed for the following controls, but may be true for other form controls too:
I can fix this by adding the following block to my custom stylesheet, which i copied from the standard input-control:
.form-password, c-date-picker, c-time-picker, c-multi-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; }
But i think, CoreUI stylesheet should handle that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These controls do not take the width of the input group, like standard controls do.
Confirmed for the following controls, but may be true for other form controls too:
I can fix this by adding the following block to my custom stylesheet, which i copied from the standard input-control:
But i think, CoreUI stylesheet should handle that.
The text was updated successfully, but these errors were encountered: