After installing latest org from git, table alignment is broken for 
me in tables where some of the cells contain links for example:

| a        | b |
|----------+---|
| [[c][c]] | d |

Shows like this:

| a        | b |
|----------+---|
| c | d |

Unless I M-x org-toggle-link-display, tested with emacs -Q).

This is what I get on emacs 29.1 org:

| a        | b |
|----------+---|
| c        | d |