Left & right align modal footer buttons in Bootstrap 4

后端 未结 9 1320
广开言路
广开言路 2021-01-31 01:21

Bootstrap 4 uses flex-box for it\'s modal footers. If I want two buttons, one on the left and one on the right, how do I get it to work properly?

The code below tries t

9条回答
  •  萌比男神i
    2021-01-31 01:52

    The only way it works in IE is using w-100. mx-auto and mr and ml-auto all seems to overflow the buttons from the containing element.

    
    

提交回复
热议问题