Skip to content

Commit 915cd54

Browse files
authored
Increase Places UI Kit Details height (#604)
1 parent ebb23b8 commit 915cd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/ui-kit-place-details/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ h1 {
2121
}
2222

2323
gmp-map {
24-
height: 400px;
24+
height: 500px;
2525
}
2626

2727
gmp-place-details {
2828
border-radius: 0px;
2929
margin: 20px;
3030
width: 400px;
31-
height: 400px;
31+
height: 500px;
3232
margin-top: 0px;
3333
}
3434

0 commit comments

Comments
 (0)