Skip to content

Conversation

petar-i-todorov
Copy link
Contributor

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes table alignment issues in JSON entity documentation pages by applying consistent CSS styling. The changes ensure that table headers don't wrap and table content displays properly across multiple documentation files.

  • Adds white-space: nowrap CSS rule to table headers to prevent text wrapping
  • Standardizes table cell formatting by adding backticks around type and required field values
  • Applies consistent styling across 12 JSON entity documentation files

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
searchresultsinfo.md Adds CSS rule to prevent table header wrapping
searchinfo.md Adds CSS rule to prevent table header wrapping
reportsource.md Adds CSS rule to prevent table header wrapping
parametervalue.md Adds CSS rule to prevent table header wrapping
parameter.md Adds CSS rule to prevent table header wrapping
pageinfo.md Adds CSS rule to prevent table header wrapping
mailmessage.md Adds CSS rule to prevent table header wrapping
formatkey.md Adds CSS rule to prevent table header wrapping
formatinfo.md Adds CSS rule to prevent table header wrapping
documentinfo.md Adds CSS rule to prevent table header wrapping with mixed indentation
bookmarknode.md Adds CSS rule to prevent table header wrapping
aithread.md Adds CSS rule and standardizes table cell formatting with backticks

|`requireConsent`|Boolean|true|Indicates whether user consent is required before using the AI functionality.|
|`consentMessage`|String|true|The message shown to the user to obtain consent for processing data. May include links to privacy policies.|
|`allowCustomPrompts`|Boolean|true|Specifies if users are allowed to enter their own custom prompts in addition to the predefined ones.|
|`threadId`|`String`|`true`|The unique identifier of the AI thread.|
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using monospace should fix:
image

}

th {
white-space: nowrap;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using nowrap should fix:
image

Copy link
Contributor

@DimitarNikolovv06 DimitarNikolovv06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@DimitarNikolovv06 DimitarNikolovv06 merged commit bf2e68b into master Aug 12, 2025
@DimitarNikolovv06 DimitarNikolovv06 deleted the petodoro/fix-aithread-table branch August 12, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants