**Describe the problem** This is an issue with Patternfly 6 Please give a clear and concise description of the problem. Which components are affected? Reported by Ansible: Expandable table - using this with the compact table modifier causes the text to be misaligned with the expandable button. The expandable button toggle padding does not seem to change to match the rest of the row's compact padding. Removing custom product styles helped with the first screen below, but the screenshot from the PF docs is still valid - text is slightly higher than center in the row. Found 2 possible solutions: 1. Remove the top/bottom padding from the `.pf-v6-c-table__td.pf-v6-c-table__toggle` on compact tables. This resolves the height issue, but would make each button fill completely the space between the top & bottom row borders: <img width="119" height="47" alt="Image" src="https://github.com/user-attachments/assets/e7546681-93a5-4691-a687-f26da5b1ae51" /> 2. Set the line-height on the `button.pf-v6-c-button.pf-m-plain` to 16px (currently at 21px: 14px font size x 1.5), which does not affect padding above/below the button but does change it so it's no longer a square but is slightly shorter than it is wide: <img width="130" height="51" alt="Image" src="https://github.com/user-attachments/assets/3be99db7-c460-4437-a86b-56640b7dcc5a" /> **How do you reproduce the problem?** Add the `pf-m-compact` modifier to the Expand/Collapse table demo to see the issue: https://www.patternfly.org/components/table/react-demos#expandcollapse-all **Is this issue blocking you?** This issue is blocking Ansible September release. **Screenshots** Ansible: <img width="1232" height="231" alt="Image" src="https://github.com/user-attachments/assets/d1c434d8-cac3-4769-b000-d956cfbd203f" /> PF Docs - normal table: <img width="1054" height="259" alt="Image" src="https://github.com/user-attachments/assets/a9612c96-8151-45a9-b5f3-1d848fb3b429" /> PF Docs - compact table: <img width="1039" height="272" alt="Image" src="https://github.com/user-attachments/assets/41559eb6-5c70-405e-a66f-835b293777ca" />