.header > .box-button:not(.gohome),
.header .center > .box-button:not(.gohome) {
    width: auto;
    max-width: calc(100vw - 58px);
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
