Skip to content

Commit 82a1179

Browse files
authored
Fix empty record index page (#18500)
Before <img width="1507" height="851" alt="Capture d’écran 2026-03-09 à 15 27 17" src="https://github.com/user-attachments/assets/6f93686d-a3f9-4fb1-a02e-d6b1a8347120" /> After <img width="1507" height="851" alt="Capture d’écran 2026-03-09 à 15 26 53" src="https://github.com/user-attachments/assets/68a44260-0332-48c7-92bf-7bef466a7a05" />
1 parent 662de17 commit 82a1179

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/twenty-front/src/modules/object-record/record-table/empty-state/components/RecordTableEmptyStateDisplay.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ import {
2222
const StyledEmptyPlaceholderOuterContainer = styled.div`
2323
height: 100%;
2424
width: 100%;
25-
26-
> * {
27-
align-items: flex-start;
28-
}
2925
`;
3026

3127
type RecordTableEmptyStateDisplayButtonComponentProps = {

0 commit comments

Comments
 (0)