Skip to content

Commit

Permalink
fix: info window 레이아웃 수정 #112
Browse files Browse the repository at this point in the history
#preview
  • Loading branch information
1119wj committed Dec 5, 2024
1 parent 4a367cc commit 6d5b7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/constants/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const GOOGLE_ELEMENTS = {
categoryCode: string,
address: string,
description: string,
) => `<div style="padding:4px; font-family: Pretendard, ui-sans-serif, system-ui;">
) => `<div style="padding:4px; padding-right: 30px; font-family: Pretendard, ui-sans-serif, system-ui;">
<div style=" display:flex; flex-direction:column; gap:0.25rem; ">
<p style="font-size:16px; font-weight:700">${title}</p>
<p class="${categoryCode} badge">${category ?? '장소'}</p>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
font-size: 0.875rem;
font-weight: 500;
text-align: center;
width: 30%;
width: 52px;
}

.pin {
Expand Down

0 comments on commit 6d5b7ab

Please sign in to comment.