.bug-report-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.bug-report-card .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}