mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-16 13:00:49 -04:00
Merge pull request #8528 from hangaebal/fix/Claim_Certificates_-_Challenges_-_Text_Rendering_Issues
Fix Claim Certificates - Challenges - Text Rendering Issues
This commit is contained in:
@@ -125,7 +125,7 @@ window.common = (function({ $, common = { init: [] }}) {
|
||||
// assume api returns string when fails
|
||||
return $el.parent()
|
||||
.find('.disabled')
|
||||
.replaceWith('<p>' + data + '</p>');
|
||||
.replaceWith('<p class="col-sm-4 col-xs-12">' + data + '</p>');
|
||||
})
|
||||
.fail(function() {
|
||||
console.log('failed');
|
||||
|
||||
Reference in New Issue
Block a user