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 b3ceb4e commit 4ca0fb3Copy full SHA for 4ca0fb3
packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx
@@ -217,6 +217,18 @@ function useHadronDocumentStatus(
217
return { status, updateStatus, error };
218
}
219
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
+
232
const message = css({
233
overflow: 'scroll',
234
});
0 commit comments