Skip to content

Commit 7f66ad3

Browse files
committed
styling
1 parent d4de8ed commit 7f66ad3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,25 +202,25 @@ function useHadronDocumentStatus(
202202

203203
const container = css({
204204
display: 'flex',
205-
paddingTop: spacing[2],
206-
paddingRight: spacing[2],
207-
paddingBottom: spacing[2],
208-
paddingLeft: spacing[3],
205+
paddingTop: spacing[200],
206+
paddingRight: spacing[200],
207+
paddingBottom: spacing[200],
208+
paddingLeft: spacing[400],
209209
alignItems: 'center',
210-
gap: spacing[2],
210+
gap: spacing[200],
211211
borderBottomLeftRadius: 'inherit',
212212
borderBottomRightRadius: 'inherit',
213213
});
214214

215215
const message = css({
216-
overflow: 'hidden',
217-
textOverflow: 'ellipsis',
216+
overflow: 'scroll',
218217
});
219218

220219
const buttonGroup = css({
221220
display: 'flex',
222221
marginLeft: 'auto',
223-
gap: spacing[2],
222+
gap: spacing[200],
223+
flexShrink: 0,
224224
});
225225

226226
const button = css({

0 commit comments

Comments
 (0)