We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e01ae7 commit f6d28e6Copy full SHA for f6d28e6
1 file changed
src/content/reference/react/Suspense.md
@@ -407,12 +407,13 @@ async function getAlbums() {
407
408
.panel {
409
flex: 1;
410
- padding: 0 15px;
411
- border: 1px solid #eee;
412
- border-radius: 8px;
+ border: 1px solid #aaa;
+ border-radius: 6px;
+ padding: 10px;
413
}
414
415
.panel h2 {
416
+ margin-top: 0;
417
font-size: 1rem;
418
419
```
0 commit comments