.colContainer { display: flex; align-items: center; justify-content: space-between; height: 100%; .colBrief { display: flex; align-items: center; flex: 1; .colIcon { width: 14px; //height: 12px; margin-right: 5px; } .colTitle { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; } } .colOpera { width: 20px; text-align: center; cursor: pointer; .colOperaIcon { width: 7px; height: 5px; } } }