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

fix(account): uiSelect rendering bugs #1461

Merged

Commits on Apr 6, 2017

  1. fix(account): uiSelect rendering bugs

    This commit fixes rendering bugs with newer `uiSelect` and implements
    them on both the Simple Vouchers html file and the `bhAccountSelect`
    component.
    
    This issue is that `uiSelect`'s CSS selects all child `span` elements
    under the ui-select options rather than the first one.  It sets them to
    be width `100%`, causing the browser to render any sibling elements
    unpredictably.
    
    This has been corrected by removing all children spans except for the
    main span element.
    Jonathan Niles committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    c45c667 View commit details
    Browse the repository at this point in the history