.items { display: flex; align-items: center; justify-content: space-between; padding: 8px 6px; cursor: pointer; > i { flex: 1; overflow: hidden; font-style: normal; white-space: nowrap; text-overflow: ellipsis; } > span { width: 25px; } &:hover { background-color: #f9f9f9; } }