Skip to content

Commit 4ab6399

Browse files
authored
Merge pull request #13179 from AnilSeervi/table-row-rendering
Remove line-breaks between rows to fix eerie rendering
2 parents b560531 + fc424fa commit 4ab6399

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

content/search-github/searching-on-github/searching-commits.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@ The `is` qualifier matches commits from repositories with the specified visibili
109109
{%- ifversion fpt or ghes or ghec %}
110110
| `is:public` | [**is:public**](https://github.com/search?q=is%3Apublic&type=Commits) matches commits to public repositories.
111111
{%- endif %}
112-
113112
{%- ifversion ghes or ghec or ghae %}
114113
| `is:internal` | [**is:internal**](https://github.com/search?q=is%3Ainternal&type=Commits) matches commits to internal repositories.
115114
{%- endif %}
116-
117115
| `is:private` | [**is:private**](https://github.com/search?q=is%3Aprivate&type=Commits) matches commits to private repositories.
118116

119117
## Further reading

0 commit comments

Comments
 (0)