I want the table column width stays at 50% but resize the highlighted row like in the picture without affecting others.
I use
white-space: nowrap;
UPDATED
I solved the problem by this.
table.border-outline tr:nth-child(2) .table-share-row-even:nth-child(2) .data-column{
position: absolute;
white-space: nowrap;
right: -1px;
}