Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
igCombo Selection icon not aligned
posted

Hello everybody,

I hava a problem with the styling of the igCombo control. All works fine but the selection icon is not centered.

Best regards

Kai

Parents
No Data
Reply
  • 1300
    Offline posted

    Hello Kai,

    After investigating this further, I determined that the checkmark could be centered by modifying the display and justify-content css properties in the ‘ui-igcombo-checkbox.ui-igcheckbox-small’ class as follows:

    .ui-igcombo-checkbox.ui-igcheckbox-small {

                display: flex;

                justify-content: center;

            }

    Below I am attaching a sample, demonstrating the described behavior. Please test it on your side and let me know if you need any further information regarding this matter.

    Regards,
    Monika Kirkova,
    Infragistics

    igComboSelectionIcon.zip

Children