Giving height to table and row in Bootstrap

前端 未结 5 1908
说谎
说谎 2020-12-30 23:30

I am using Bootstrap 3 , i am trying to give height to table and row, but nothing is working for me .

I tried setting line-height

5条回答
  •  有刺的猬
    2020-12-30 23:55

    http://jsfiddle.net/isherwood/gfgux

    html, body {
        height: 100%;
    }
    #table-row, #table-col, #table-wrapper {
        height: 80%;
    }
    
    

    Hello

    提交回复
    热议问题