Skip to content

Handle lookup icons in inputfields. #29

@Avinava

Description

@Avinava

The lookup icons drops to next line if you use form-control. This can be fixed by adding additional css.

 .lookupInput a.form-control{
            position: absolute;
            top: 5px;
            width: 0px;
            border: none !important;
            background: transparent !important;
            right: 25px;
            background-color: transparent !important;
        }

screen shot 2016-01-27 at 10 56 27 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions