How to make Bootstrap Panel body with fixed height

前端 未结 2 1691
灰色年华
灰色年华 2021-01-31 13:22

I am using bootstrap\'s panel to display text and image, but as the text grows, the body of the panel also increases. I want to know how to create the body with fix

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 14:13

    HTML :

    jhdsahfjhdfhs
    fdoinfds sdofjohisdfj

    CSS :

    .panel-height {
      height: 100px; / change according to your requirement/
    }
    

提交回复
热议问题