Revert from tight-h3 class to prevent text overlapping when the text wrapped on devices with lower resolution
This commit is contained in:
@@ -7,7 +7,7 @@ script.
|
||||
}).done(
|
||||
function(data) {
|
||||
var github = document.createElement('div');
|
||||
$(github).html('<h3 class="tight-h3">' + data.issues + ' GitHub issues are open. <a href="https://github.com/freecodecamp/freecodecamp/issues">(create one)</a></h3><h3 class="tight-h3">' + data.pulls + ' pull requests are open. <a href="https://github.com/freecodecamp/freecodecamp/pulls">(create one)</a></div></div>').prependTo($('#github'))
|
||||
$(github).html('<h3>' + data.issues + ' GitHub issues are open. <a href="https://github.com/freecodecamp/freecodecamp/issues">(create one)</a></h3><h3>' + data.pulls + ' pull requests are open. <a href="https://github.com/freecodecamp/freecodecamp/pulls">(create one)</a></div></div>').prependTo($('#github'))
|
||||
}
|
||||
);
|
||||
})();
|
Reference in New Issue
Block a user