Having the query result panel on the right, numbers of the last column are hidden when readjusting the panel size.
To reproduce the issue:
- Execute
SELECT 1 AS example FROM dual;

2. Increase the right panel to the left (make it bigger).

3. Now decrease it back to the original size:

Now, the number is hidden. However, a horizontal scroll bar appeared, which is not necessary, since the result obviously fits into the panel. “Reset Display” recovers the original display, still I find this to be rather inconvenient.
A very similar problem arises in SQL Notebooks.
This might look like a minor detail, but the problems with viewing query results is really the only thing preventing me from abandoning the legacy SQL Developer in favour of the Extension. I would love to have a smooth experience in VS Code, because I like the overall appearance, but these viewing issues appear to be really hard to solve.
I am on Windows 11, SQL Developer version 25.2.2 and use a 1440p display (if that's relevant).