• Scripting OpenShift tasks
• Limited bandwidth or unavailable web console |\n| **Installation** | • **Linux**: Download the binary from the Red Hat Customer Portal, unpack, and place `oc` in your `PATH`.
• **Windows**: Download the ZIP, extract, and add `oc.exe` to your `PATH`.
• **macOS**: Download the binary, unpack, and add `oc` to your `PATH`.
• **RPM**: For RHEL, install via `yum install openshift-clients` (note: RHEL 9 must use the binary).
• **Homebrew (macOS)**: `brew install openshift-cli`. |\n| **Verification** | After installation, run `oc` in a terminal. You should see the CLI help output. |\n| **Logging in** | Use `oc login -u <username>` and follow the prompts for server URL, authentication, and insecure connection handling if needed. |\n| **Version notes** | The docs cover versions 4.17 and 4.19; ensure you download the binary that matches your OpenShift version. |\n\n### Quick start\n\n1. **Download** the appropriate binary for your OS from the Red Hat Customer Portal. \n2. **Install** it by placing the `oc` executable in a directory listed in your system’s `PATH`. \n3. **Verify** the installation: \n\n ```bash\n oc version\n ```\n\n4. **Log in** to your cluster: \n\n ```bash\n oc login -u <your‑username>\n ```\n\nFor more detailed instructions, see the official documentation: \n- [OpenShift CLI (oc) – OpenShift Container Platform 4.17](https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/cli_tools/openshift-cli-oc) \n- [OpenShift CLI (oc) – OpenShift Container Platform 4.19](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/cli_tools/openshift-cli-oc)```
check attached image you will see table has not displayed correctly
### Data/JSON Context (if applicable)
_No response_
### Environment
@patternfly/chatbot : 6.6.0
### Screenshots or Logs
<img width="1071" height="1109" alt="Image" src="https://github.com/user-attachments/assets/4856d1f2-175f-47fa-9e28-2cd57ebbad43" />
Description
On Message component, after adding
additionalRehypePlugins={[rehypeRaw, rehypeSanitize]}the issue with br is solved but still content from second column goes under the first column.Steps to Reproduce
sample ai response
Jira Issue: PF-4464