Fix: Adjust chevron alignment to the right edge (#7438)
This pull request addresses the alignment issue of the chevron icon, ensuring that it is positioned correctly on the right edge. Fixes [#7403](https://github.com/twentyhq/twenty/issues/7403)  --------- Co-authored-by: Charles Bochet <charles@twenty.com> Co-authored-by: ehconitin <nitinkoche03@gmail.com>
This commit is contained in:
committed by
GitHub
parent
be171e84d7
commit
10e75174f5
@ -18,7 +18,7 @@ const StyledTableBody = styled(TableBody)`
|
||||
`;
|
||||
|
||||
const StyledTableRow = styled(TableRow)`
|
||||
grid-template-columns: 312px 132px 68px;
|
||||
grid-template-columns: 312px auto 28px;
|
||||
`;
|
||||
|
||||
export const SettingsApiKeysTable = () => {
|
||||
|
||||
Reference in New Issue
Block a user