.table td.actions {
    width: 90px !important;
    white-space: nowrap;
}

.table td.actions .btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
}

.table td.actions .btn i {
    margin: 0;
    line-height: 35px;
}

/* Hide save button by default */
.table td.actions .btn.save-changes {
    display: none;
}