0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Remove blank line

This commit is contained in:
ysds 2017-12-14 08:41:05 +09:00 committed by Mark Otto
parent 0b771174d5
commit b97cb2aa74

View File

@ -653,7 +653,6 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
Add `.active` to items in the dropdown to **style them as active**.
{% example html %}
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Regular link</a>
<a class="dropdown-item active" href="#">Active link</a>