Hey there, I'm having an issue trying to get an empty button in a bootstrap table to be 100% height. Here's what I've tried: check it out on jsfidle
I attempted this CSS but the empty button still isn't filling 100%:
td{
padding:0;
}
td button, td div{
width:100%;
height:100%;
}
table th, table td {
padding: 0!important;
}