Commit fd413053 authored by Mark Otto's avatar Mark Otto

mention lack of support for split button dropdowns in vertical button groups

parent a54dbfdf
...@@ -1103,7 +1103,7 @@ base_url: "../" ...@@ -1103,7 +1103,7 @@ base_url: "../"
{% endhighlight %} {% endhighlight %}
<h3 id="btn-groups-vertical">Vertical variation</h3> <h3 id="btn-groups-vertical">Vertical variation</h3>
<p>Make a set of buttons appear vertically stacked rather than horizontally.</p> <p>Make a set of buttons appear vertically stacked rather than horizontally. <strong class="text-danger">Split button dropdowns are not supported here.</strong></p>
<div class="bs-example"> <div class="bs-example">
<div class="btn-group-vertical"> <div class="btn-group-vertical">
<button type="button" class="btn btn-default">Button</button> <button type="button" class="btn btn-default">Button</button>
......
Markdown is supported
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