We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453ef91 commit 2566a4dCopy full SHA for 2566a4d
1 file changed
Github_Comment_Enhancer/Github_Comment_Enhancer.user.js
@@ -178,7 +178,7 @@
178
var editorHTML = (function editorHTML() {
179
return '<div id="gollum-editor-function-buttons" style="float: left;">' +
180
' <div class="button-group">' +
181
- ' <a href="#" id="function-bold" class="minibutton function-button tooltipped tooltipped-ne" aria-label="Bold">' +
+ ' <a href="#" id="function-bold" class="minibutton function-button tooltipped tooltipped-ne" aria-label="Bold" style="height:26px;">' +
182
' <b style="font-weight: bolder;">B</b>' +
183
' </a>' +
184
' <a href="#" id="function-italic" class="minibutton function-button tooltipped tooltipped-ne" aria-label="Italic">' +
0 commit comments