Commit 65a0bbd
authored
fix(git_form): prevent PAT “Get your token” link from overlapping sample-repo buttons (#305)
The PAT help link was positioned absolutely, which could overlap the example-repository buttons. We now increase the vertical margin from `mb-8` to `mb-12` to the controls row whenever the Private Repository checkbox is checked (`toggleAccessSettings`), ensuring enough vertical space while retaining the existing absolute positioning.1 parent 49b941e commit 65a0bbd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments