.container { display: flex; flex-direction: column; width: 100vw; height: 100%; box-sizing: border-box; } .textOver { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }