Browse Source

fix: add marginInlineStart to right content in account/settings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pull/11646/head
afc163 2 months ago
parent
commit
2a453032d7
  1. 1
      src/pages/account/settings/style.style.ts

1
src/pages/account/settings/style.style.ts

@ -27,6 +27,7 @@ const useStyles = createStyles(({ token }) => {
},
right: {
flex: '1',
marginInlineStart: -1,
padding: '8px 40px',
borderInlineStart: `${token.lineWidth}px solid ${token.colorSplit}`,
[`@media screen and (max-width: ${token.screenMD}px)`]: {

Loading…
Cancel
Save