.history-item button,
.history-item .btn-primary,
.history-item .btn-secondary {
    font-size: 0.75rem !important;
    padding: 0.5rem 0.75rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
}

.history-item-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.history-item {
    overflow: visible !important;
}
