Code review fixes

- Added docs to export modal
 - Fixed 'source type' doc in data sources modal
This commit is contained in:
orangemug
2020-01-27 08:49:44 +00:00
parent 9b4d924dff
commit 223721a65d
5 changed files with 62 additions and 7 deletions

View File

@@ -113,6 +113,11 @@
max-width: 100%;
}
.maputnik-export-modal {
width: 400px;
max-width: 100%;
}
.maputnik-add-layer {
@extend .clearfix;
}