Posted 12 September 2023, 7:09 am EST - Updated 12 September 2023, 7:14 am EST
I have a scenario where I set a top (or bottom) border on a cell, and then input text into this cell. If the input text exceeds the cell size and overflows into the right adjacent cell (assuming the right cell is empty), I notice that the top (or bottom) border also extends into the right cell.
How can I prevent the border from extending? In other words, I want the text to overflow into the right cell, but not the border.
I have attached two images to illustrate this issue. In pic1, you can see the initial state with a top border line. In pic2, after inputting a string of text, you can observe that the border line has been extended.