Skip to content

Commit fa854a5

Browse files
committed
Merge pull request twbs#8818 from twbs/firefox-input-btn-docs-note
make it clearer than <input> buttons are slightly broken on Firefox
2 parents 5716355 + dfd10ef commit fa854a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,6 +1787,7 @@ <h2 id="buttons-tags">Using multiple tags</h2>
17871787
<div class="bs-callout bs-callout-warning">
17881788
<h4>Cross-browser rendering</h4>
17891789
<p>As a best practice, <strong>we highly recommend using the <code>&lt;button&gt;</code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
1790+
<p>Among other things, there's <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">a Firefox bug</a> that prevents us from setting the <code>line-height</code> of <code>&lt;input&gt;</code>-based buttons, causing them to not exactly match the height of other buttons on Firefox.</p>
17901791
</div>
17911792

17921793
</div>

0 commit comments

Comments
 (0)