mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
Correct spelling
This commit is contained in:
parent
8d57ee1644
commit
8881ea290c
@ -357,7 +357,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="bs-callout bs-callout-warning" id="callout-tables-responsive-ff-fieldset">
|
<div class="bs-callout bs-callout-warning" id="callout-tables-responsive-ff-fieldset">
|
||||||
<h4>Firefox and fieldsets</h4>
|
<h4>Firefox and fieldsets</h4>
|
||||||
<p>Firefox has some awkward fieldset styling involving <code>width</code> that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we <strong>don't</strong> provide in Bootstrap:</p>
|
<p>Firefox has some awkward fieldset styling involving <code>width</code> that interferes with the responsive table. This cannot be overridden without a Firefox-specific hack that we <strong>don't</strong> provide in Bootstrap:</p>
|
||||||
{% highlight css %}
|
{% highlight css %}
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
fieldset { display: table-cell; }
|
fieldset { display: table-cell; }
|
||||||
|
Loading…
Reference in New Issue
Block a user