How to get equal width of input and select fields

后端 未结 4 2037
梦谈多话
梦谈多话 2020-11-30 18:03

On the form, I have one select and two input fields. These elements are vertically aligned. Unfortunately, I can\'t get equal width of these elements.

Here\'s my co

4条回答
  •  旧巷少年郎
    2020-11-30 18:33

    create another class and increase the with size with 2px example

    .enquiry_fld_normal{
    width:278px !important; 
    }
    
    .enquiry_fld_normal_select{
    width:280px !important; 
     }
    

提交回复
热议问题