Commit bbdaf0f2 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #13780 from twbs/fx-30

<input> buttons line-height Firefox bugfix has been shipped!
parents d2e03491 af45472d
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 7 deletions
+1 -7
...@@ -173,6 +173,6 @@ ...@@ -173,6 +173,6 @@
<div class="bs-callout bs-callout-warning"> <div class="bs-callout bs-callout-warning">
<h4>Cross-browser rendering</h4> <h4>Cross-browser rendering</h4>
<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> <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>
<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> <p>Among other things, there's <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">a bug in Firefox &lt;30</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>
</div> </div>
</div> </div>
...@@ -23,12 +23,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." ...@@ -23,12 +23,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<td>Firefox &lt;30</td>
<td>Allow use of line-height for <code>&lt;input&gt;</code>-based buttons</td>
<td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">Mozilla bug #697451</a></td>
<td><a href="https://github.com/twbs/bootstrap/issues/2985">#2985</a></td>
</tr>
<tr> <tr>
<td>Firefox</td> <td>Firefox</td>
<td>Unusual default form control styles on Android</td> <td>Unusual default form control styles on Android</td>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment