Skip to content

Commit

Permalink
fix(dropdowns): update link dropdown example to have proper spacing
Browse files Browse the repository at this point in the history
[Fixes #94978452]

Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io>
  • Loading branch information
vinsonchuong authored and Geoff Pleiss committed May 26, 2015
1 parent 5207bfc commit 41a84ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pivotal-ui/components/dropdowns/dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ This is the basic bootstrap dropdown.
```html_example
<div class="dropdown btn-group">
<button id="drop3" data-toggle="dropdown" class="dropdown-toggle btn btn-link" type="button"><span>Link Dropdown</span><span class="caret"></span></button>
<button id="drop3" data-toggle="dropdown" class="dropdown-toggle btn btn-link" type="button">
<span>Link Dropdown</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="drop3">
<li role="presentation">
<a role="menuitem" tabindex="-1" href="https://twitter.com/fat">Action</a>
Expand Down

0 comments on commit 41a84ac

Please sign in to comment.