Skip to content

Commit e1dbbe8

Browse files
committed
fix: add box-sizing property to blockRow for consistent sizing
1 parent 74532db commit e1dbbe8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/features/feed/components/feed.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
.blockRow {
3535
padding: 16px;
3636
width: 100%;
37+
box-sizing: border-box;
3738
}
3839
#banneradv .wrap {
3940
display: flex;

0 commit comments

Comments
 (0)