React Bootstrap: Vertical alignment of row's columns?

后端 未结 3 435
借酒劲吻你
借酒劲吻你 2021-01-05 02:03

I am using react bootstrap, I am trying to align items vertically within a row but with no luck. My problem is I have a button in one of the columns, so for the other column

3条回答
  •  庸人自扰
    2021-01-05 02:26

    You can apply any of Bootstrap's classes to a React Bootstrap component. So, per the Grid System docs, the following columns will both be centered vertically:

    
      
        

    {title}

    {details}

    ;

提交回复
热议问题