Skip to content

Commit 25e1300

Browse files
davd-gzlclaude
andcommitted
Trip composer: stack the map confirm box (place name above the Add button)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014W6tgHRgLEugCsbKC9ccST
1 parent aad467d commit 25e1300

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

‎apps/postcards/src/styles.css‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2911,8 +2911,10 @@ h1.brand {
29112911
}
29122912
.route-popup {
29132913
display: flex;
2914-
align-items: center;
2915-
gap: 8px;
2914+
flex-direction: column;
2915+
align-items: stretch;
2916+
gap: 6px;
2917+
text-align: center;
29162918
}
29172919
.route-popup-name {
29182920
font-weight: 600;

0 commit comments

Comments
 (0)