Skip to content

Commit e285287

Browse files
committed
TURBOCHR-1283 - 301 redirect test with jekyl redir
1 parent 720fec8 commit e285287

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

amazon-affiliate-link-maker.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ <h1 class="box-title">How to Embed This tool in your website?</h1>
570570
$('#content').hide();
571571
} else {
572572
$('#generators-category').addClass('active');
573+
$('.markdown-body').attr('style', 'max-width:100%;');
573574
}
574575
embedCodeSetup();
575576
$("#embedCode").selectOnFocus();

amazon-feedback-generator.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ <h3 class="box-title">I Do Not Like The Feedback Suggested By This. What Should
194194
$sellerFeedback.selectOnFocus();
195195
}
196196
$('#generators-category').addClass('active');
197+
$('.markdown-body').attr('style', 'max-width:100%;');
197198

198199
});
199200
</script>

bar-code-generator.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ <h3 class="box-title">How does autodetect work?</h3>
265265

266266
$("#inputText").selectOnFocus();
267267
$('#generators-category').addClass('active');
268+
$('.markdown-body').attr('style', 'max-width:100%;');
268269
});
269270
</script>
270271

concrete-calculator.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ <h3 class="box-title">How do weather conditions affect concrete calculations?</h
335335

336336
<script>
337337
$('#calculators-category').addClass('active');
338+
$('.markdown-body').attr('style', 'max-width:100%;');
338339
function updateUnits() {
339340
let unit = document.getElementById('unit').value;
340341
let lengthUnit = document.getElementById('lengthUnit');

0 commit comments

Comments
 (0)