Skip to content

Commit 2eb13f1

Browse files
committed
fix: german button rendering
1 parent 026f412 commit 2eb13f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ <h5 data-i18n="footer.in-touch.header">Keep in Touch</h5>
760760
function setUniformButtonWidth() {
761761
var width1 = document.getElementById('download-plain-brackets').offsetWidth;
762762
var width2 = document.getElementById('launch-editor-button').offsetWidth;
763-
var maxWidth = Math.max(width1, width2, 250);
763+
var maxWidth = Math.max(width1, width2, 275);
764764

765765
document.getElementById('download-plain-brackets').style.width = maxWidth + 'px';
766766
document.getElementById('launch-editor-button').style.width = maxWidth + 'px';

0 commit comments

Comments
 (0)