Skip to content

Commit c6b464e

Browse files
Merge branch 'main' into agent/order-dance-after-performance
2 parents 4755735 + 05bc786 commit c6b464e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

playground/src/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,11 @@ select:hover {
14871487
content: "Copy link";
14881488
font-size: 13px;
14891489
}
1490-
#copy-prompt { grid-column: 1 / -1; min-height: 42px; }
1490+
#copy-prompt {
1491+
grid-column: 1 / 3;
1492+
grid-row: 2;
1493+
min-height: 42px;
1494+
}
14911495
.intro { padding-left: 12px; padding-right: 12px; }
14921496
.layout { grid-template-columns: 1fr; }
14931497
.transport { gap: 8px; padding-left: 12px; padding-right: 12px; }

0 commit comments

Comments
 (0)