Skip to content

Commit 64bca46

Browse files
committed
Remove display="inline" support from ui/experimental/Box
1 parent 2db7dfd commit 64bca46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/slow-cooks-tickle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@badrap/libapp": patch
3+
---
4+
5+
Remove display="inline" support from ui/experimental/Box

src/ui/experimental/Box.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type BoxProps = {
1717
flexBasis?: Responsive<string>;
1818
flexGrow?: Responsive<string>;
1919
flexShrink?: Responsive<string>;
20-
display?: Responsive<"none" | "inline" | "block" | "inline-block">;
20+
display?: Responsive<"none" | "block" | "inline-block">;
2121
children?: UiNode;
2222
};
2323

0 commit comments

Comments
 (0)