There was an error while loading. Please reload this page.
1 parent c42cec5 commit 05bc786Copy full SHA for 05bc786
1 file changed
playground/src/style.css
@@ -1487,7 +1487,11 @@ select:hover {
1487
content: "Copy link";
1488
font-size: 13px;
1489
}
1490
- #copy-prompt { grid-column: 1 / -1; min-height: 42px; }
+ #copy-prompt {
1491
+ grid-column: 1 / 3;
1492
+ grid-row: 2;
1493
+ min-height: 42px;
1494
+ }
1495
.intro { padding-left: 12px; padding-right: 12px; }
1496
.layout { grid-template-columns: 1fr; }
1497
.transport { gap: 8px; padding-left: 12px; padding-right: 12px; }
0 commit comments