Replace column-full with govuk-grid-column-full

This commit is contained in:
Katie Smith
2020-02-19 12:23:56 +00:00
parent b9b9a138f9
commit 076d99c9dc
11 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
branding_style = branding_style.val();
const $paneWrapper = $('<div class="column-full"></div>');
const $paneWrapper = $('<div class="govuk-grid-column-full"></div>');
const $form = $('form');
const previewType = $form.data('previewType');
const $previewPane = $(`<iframe src="/_${previewType}?${buildQueryString(['branding_style', branding_style])}" class="branding-preview"></iframe>`);