diff options
| author | XhmikosR <[email protected]> | 2020-11-14 15:59:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-14 15:59:35 +0200 |
| commit | 6316565fa9ac4aea997d07f71af58e780fadf9d8 (patch) | |
| tree | c0ec9d420a098c00f2cac37f4d0b2dbe2966d277 | |
| parent | 12f510861bea74a9c865b5a87b27ce958ee38187 (diff) | |
| download | bootstrap-6316565fa9ac4aea997d07f71af58e780fadf9d8.tar.xz bootstrap-6316565fa9ac4aea997d07f71af58e780fadf9d8.zip | |
popovers.md: unbreak line (#32153)
| -rw-r--r-- | site/content/docs/5.0/components/popovers.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index 173bc5a26..eaf93404b 100644 --- a/site/content/docs/5.0/components/popovers.md +++ b/site/content/docs/5.0/components/popovers.md @@ -84,8 +84,7 @@ Four options are available: top, right, bottom, and left aligned. Popover on right </button> -<button type="button" class="btn btn-secondary" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="bottom" data-bs-content="Vivamus -sagittis lacus vel augue laoreet rutrum faucibus."> +<button type="button" class="btn btn-secondary" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="bottom" data-bs-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on bottom </button> |
