Bootstrap Modal Dialog. Can the grid system be used within a modal context?

前端 未结 7 2113
生来不讨喜
生来不讨喜 2020-12-16 11:21

I have a Bootstrap modal dialog for which I want to layout the various labels and inputs. I have tried using row/column classes but they do not appear to do anything. What a

7条回答
  •  -上瘾入骨i
    2020-12-16 11:46

    have a look bootstrap example no need to add container or container-fluid or col-* classes with modal-body or inside modal-body

    
    

    see here

提交回复
热议问题