@media only screen and (max-width: 479px) {
    .unicode-box .nav-tabs {
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start !important;
    }
}
