diff options
| author | XhmikosR <[email protected]> | 2019-01-30 12:20:28 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | 850817bb09d6472ff88e7c62346ac6f5d64a98cf (patch) | |
| tree | c5017b93e1f140482ea1952edbfc3d27af230478 | |
| parent | 89a638003268a51e6ed030a4cf0aea565caf8cea (diff) | |
| download | bootstrap-850817bb09d6472ff88e7c62346ac6f5d64a98cf.tar.xz bootstrap-850817bb09d6472ff88e7c62346ac6f5d64a98cf.zip | |
Remove newlines in raw HTML.
This causes `p` tags which is invalid HTML.
| -rw-r--r-- | site/content/docs/4.3/components/dropdowns.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/site/content/docs/4.3/components/dropdowns.md b/site/content/docs/4.3/components/dropdowns.md index ef5821006..22fbc5629 100644 --- a/site/content/docs/4.3/components/dropdowns.md +++ b/site/content/docs/4.3/components/dropdowns.md @@ -368,7 +368,6 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element. <a class="dropdown-item" href="#">Separated link</a> </div> </div> - <div class="btn-group dropup"> <button type="button" class="btn btn-secondary"> Split dropup @@ -428,7 +427,6 @@ Trigger dropdown menus at the right of the elements by adding `.dropright` to th <a class="dropdown-item" href="#">Separated link</a> </div> </div> - <div class="btn-group dropright"> <button type="button" class="btn btn-secondary"> Split dropright @@ -488,7 +486,6 @@ Trigger dropdown menus at the left of the elements by adding `.dropleft` to the <a class="dropdown-item" href="#">Separated link</a> </div> </div> - <div class="btn-group"> <div class="btn-group dropleft" role="group"> <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-expanded="false"> |
