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 f00ba9c commit da1b9cfCopy full SHA for da1b9cf
packages/compass-components/src/components/document-list/element.tsx
@@ -301,6 +301,10 @@ const elementSpacer = css({
301
flex: 'none',
302
});
303
304
+const readOnlySpacer = css({
305
+ width: spacing[900],
306
+});
307
+
308
const elementExpand = css({
309
width: spacing[3],
310
@@ -567,6 +571,7 @@ export const HadronElement: React.FunctionComponent<{
567
571
</div>
568
572
569
573
)}
574
+ {!editable && <div className={readOnlySpacer} />}
570
575
<div className={elementSpacer} style={{ width: elementSpacerWidth }}>
576
{/* spacer for nested documents */}
577
0 commit comments