We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1b9cf commit 8b9cec2Copy full SHA for 8b9cec2
packages/compass-components/src/components/document-list/element.tsx
@@ -381,11 +381,9 @@ export const calculateShowMoreToggleOffset = ({
381
alignWithNestedExpandIcon: boolean;
382
}) => {
383
// the base padding that we have on all elements rendered in the document
384
- const BASE_PADDING_LEFT = spacing[50];
+ const BASE_PADDING_LEFT = spacing[300];
385
const OFFSET_WHEN_EDITABLE = editable
386
- ? // space taken by element actions
387
- spacing[300] +
388
- // space and margin taken by line number element
+ ? // space and margin taken by line number element
389
spacing[400] +
390
spacing[100] +
391
// element spacer width that we render
0 commit comments