We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026f412 commit 2eb13f1Copy full SHA for 2eb13f1
1 file changed
index.html
@@ -760,7 +760,7 @@ <h5 data-i18n="footer.in-touch.header">Keep in Touch</h5>
760
function setUniformButtonWidth() {
761
var width1 = document.getElementById('download-plain-brackets').offsetWidth;
762
var width2 = document.getElementById('launch-editor-button').offsetWidth;
763
- var maxWidth = Math.max(width1, width2, 250);
+ var maxWidth = Math.max(width1, width2, 275);
764
765
document.getElementById('download-plain-brackets').style.width = maxWidth + 'px';
766
document.getElementById('launch-editor-button').style.width = maxWidth + 'px';
0 commit comments