• Resolved vicky_8882002

    (@vicky_8882002)


    hi ,

    i have used dropdown in PPOM. But my issue is the label of dropdown is upon it . i want label on left and dropdown on right on one line .

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    please use this CSS

    .form-group.ppom-c-show {
        display: flex;
    }
    
    .ppom-wrapper label.form-control-label {
        flex: 1;
    }
    
    select.ppom-input {
        flex: 2;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘label and dropdown side by side’ is closed to new replies.