Bootstrap 4 IE 11 does not work

后端 未结 5 1243
孤独总比滥情好
孤独总比滥情好 2020-12-16 12:35

so I have the problem, that my whole website does not work in IE 11. I don\'t get why because officially IE 11 should be supported by bootstrap 4... Website: www.ergotherapi

5条回答
  •  旧巷少年郎
    2020-12-16 13:08

    I had a display issue using IE11 when using the class .card-deck I fixed this by adding

    .card-deck {
        width: 100% !important;
    }
    

提交回复
热议问题