Hi i have problem to make empty button in bootstrap table to 100% height. This is my case: jsfidle
I used this but empty button is not set on 100%
td{
  padding:0;
}
td button, td div{
  width:100%;
  height:100%;
}
table th, table td {
  padding: 0!important;
}