@media only screen and (max-width: 576px) {
    .task-name{
        font-size: 12px;
    }
    .ticket-action-wrapper i{
        font-size: 10px;
    }

}

.tooltip-custom{
    cursor: pointer;
}
.tooltip-inner{
    background: orange;
}