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

Update input width in _chips.scss sass component #6567

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2020

  1. Update input width in _chips.scss sass component

    This is a minor commit which updates the width of input field from fixed 120px to fit-content with same !important weight. Also, the optional min-width and max-width are set to limit its size between 100px and 200px. With this change, the input placeholder (if limited to under 200px) will not get cropped, and it will also have a better fit into the input field.
    Git-Harshit committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f77b4e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Update input width in _chips.scss sass component

    This commit updates input width in _chips.scss sass component from fixed 120px value to fit-content for browsers (wherever supported), so that the input width takes up just the required amount of width, and having it between `min-width:100px` and `max-width:200px` constraints ensures that the input field will always be within just the required width, and will be now be lesser likely to crop placeholders.
    Git-Harshit committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    dd68618 View commit details
    Browse the repository at this point in the history