mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Merge pull request #15111 from twbs/events-tables-wrapping
Don't line wrap event names in JS plugin docs
This commit is contained in:
@@ -268,7 +268,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
|
||||
{% highlight js %}$('#element').popover('destroy'){% endhighlight %}
|
||||
<h3 id="popovers-events">Events</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped">
|
||||
<table class="table table-bordered table-striped bs-events-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 150px;">Event Type</th>
|
||||
|
||||
Reference in New Issue
Block a user