Skip to content

Commit 54e1e4a

Browse files
committed
fix: restore min-height for placeholder in feed component for consistent layout
1 parent b73c78d commit 54e1e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/feed/components/feed.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
padding: 12px;
4545
display: flex;
4646
flex-direction: column;
47-
47+
min-height: 360px;
4848
gap: 16px;
4949
.image {
5050
background-color: var(--placeholder-background-color);

0 commit comments

Comments
 (0)