header not being responsive when resizing

后端 未结 3 1741
死守一世寂寞
死守一世寂寞 2021-01-29 11:18

I have a table where when I resize it wont show my header Steps on the web view it does show perfectly - but when I resize I don\'t get to see my Steps header. is t

3条回答
  •  余生分开走
    2021-01-29 11:41

    try width: 13% in left-header class

    left-header{
    width: 13%;
    font-weight:normal;
    color:#039;
    border-right:2px solid #6678b1;
    padding:10px 8px;
    text-align:left;
    } 
    

提交回复
热议问题