diff --git a/addon/chrome/content/templateEditor.xhtml b/addon/chrome/content/templateEditor.xhtml
index 068b483..ca08b64 100644
--- a/addon/chrome/content/templateEditor.xhtml
+++ b/addon/chrome/content/templateEditor.xhtml
@@ -128,6 +128,11 @@
margin: 0 auto;
padding: 0px;
}
+ .help-button {
+ appearance: auto;
+ -moz-default-appearance: -moz-mac-help-button;
+ min-width: 0;
+ }