Fix post-walkthrough modal alignment

This commit is contained in:
Quincy Morgan
2020-06-26 14:28:59 -04:00
parent 875a45e884
commit 01483e93a8
+1 -1
View File
@@ -52,7 +52,7 @@ export function uiIntroStartEditing(context, reveal) {
modalSelection = uiModal(context.container());
modalSelection.select('.modal')
.attr('class', 'modal-splash modal col6');
.attr('class', 'modal-splash modal');
modalSelection.selectAll('.close').remove();