.card-sidebar .recent-ticket .truncate {
    display: block !important;
    max-width: 185px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.card-sidebar .recent-ticket small {
    display: block !important;
    clear: both !important;
}

.card-sidebar .recent-ticket small .float-right {
    float: right !important;
}