Skip to content

Commit 4ca0fb3

Browse files
committed
fix: bring back accidental container deletion
1 parent b3ceb4e commit 4ca0fb3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,18 @@ function useHadronDocumentStatus(
217217
return { status, updateStatus, error };
218218
}
219219

220+
const container = css({
221+
display: 'flex',
222+
paddingTop: spacing[200],
223+
paddingRight: spacing[200],
224+
paddingBottom: spacing[200],
225+
paddingLeft: spacing[400],
226+
alignItems: 'center',
227+
gap: spacing[200],
228+
borderBottomLeftRadius: 'inherit',
229+
borderBottomRightRadius: 'inherit',
230+
});
231+
220232
const message = css({
221233
overflow: 'scroll',
222234
});

0 commit comments

Comments
 (0)