Skip to content

Commit 6819e2d

Browse files
authored
fix: Updates CSS style names. (#733)
Change-Id: Id910e61bca462bf557329f1f3550775f9352be1b
1 parent e0f0354 commit 6819e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/routes-get-directions-panel/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
width: 100%;
1616
}
1717

18-
.directions-panel-container, .map-container {
18+
.directions-container, .map-container {
1919
height: 100%;
2020
width: 50%;
2121
font-family: monospace;
2222
}
2323

24-
.directions-panel-container {
24+
.directions-container {
2525
overflow-y: auto;
2626
}
2727

0 commit comments

Comments
 (0)