Skip to content

Commit 99233e5

Browse files
Small docs fixes (#816)
1 parent c75ac27 commit 99233e5

File tree

2 files changed

+4
-1
lines changed
  • examples
    • 01-basic/06-file-uploading
    • 02-ui-components/03-formatting-toolbar-block-type-items

2 files changed

+4
-1
lines changed

examples/01-basic/06-file-uploading/App.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export default function App() {
3333
{
3434
type: "image",
3535
},
36+
{
37+
type: "paragraph",
38+
},
3639
],
3740
uploadFile,
3841
});

examples/02-ui-components/03-formatting-toolbar-block-type-items/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
align-items: center;
55
flex-grow: 1;
66
border-radius: 4px;
7-
height: 48px;
7+
min-height: 48px;
88
padding: 4px;
99
}
1010

0 commit comments

Comments
 (0)