Skip to content

Commit 2566a4d

Browse files
committed
Small style fix with bold button in Chrome;
1 parent 453ef91 commit 2566a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Github_Comment_Enhancer/Github_Comment_Enhancer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
var editorHTML = (function editorHTML() {
179179
return '<div id="gollum-editor-function-buttons" style="float: left;">' +
180180
' <div class="button-group">' +
181-
' <a href="#" id="function-bold" class="minibutton function-button tooltipped tooltipped-ne" aria-label="Bold">' +
181+
' <a href="#" id="function-bold" class="minibutton function-button tooltipped tooltipped-ne" aria-label="Bold" style="height:26px;">' +
182182
' <b style="font-weight: bolder;">B</b>' +
183183
' </a>' +
184184
' <a href="#" id="function-italic" class="minibutton function-button tooltipped tooltipped-ne" aria-label="Italic">' +

0 commit comments

Comments
 (0)