@import '../../common'; .detailCell { display: flex; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; height: 100%; font-size: @textFontGen; padding: 0 10px; } .editCell { position: absolute; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; }