.custom-table {
    overflow-x: auto;
}

.custom-table > div{
    width: auto;
    min-width: 100%;
}

.right-answer {
    color: green;
    background-color: #c4ffce;
}
.ellipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-ui-select .ui-select-match-item {
    white-space: nowrap;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
}