Map div needs to remain ltr

This commit is contained in:
Bryan Housel
2017-01-21 21:55:47 -05:00
parent a0045916d6
commit 2a39a25b32
+1
View File
@@ -73,6 +73,7 @@ export function uiInit(context) {
content
.append('div')
.attr('id', 'map')
.attr('dir', 'ltr')
.call(map);
content