Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay: margin to popover and tooltip btn #6699

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/docs/examples/Overlays/PopoverPositioned.js
Expand Up @@ -19,7 +19,7 @@ function PopoverPositionedExample() {
</Popover>
}
>
<Button variant="secondary">Popover on {placement}</Button>
<Button variant="secondary mx-3">Popover on {placement}</Button>
</OverlayTrigger>
))}
</>
Expand Down
2 changes: 2 additions & 0 deletions www/docs/examples/Overlays/PopoverPositionedScrolling.js
@@ -1,3 +1,5 @@
/* eslint-disable no-unused-vars */
/* eslint-disable react/no-unknown-property */
import Button from 'react-bootstrap/Button';
import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
import Popover from 'react-bootstrap/Popover';
Expand Down
2 changes: 2 additions & 0 deletions www/docs/examples/Overlays/PopoverTriggerBehaviors.js
@@ -1,3 +1,5 @@
/* eslint-disable react/no-unknown-property */
/* eslint-disable no-unused-vars */
import Button from 'react-bootstrap/Button';
import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
import Popover from 'react-bootstrap/Popover';
Expand Down
2 changes: 1 addition & 1 deletion www/docs/examples/Overlays/TooltipPositioned.js
Expand Up @@ -15,7 +15,7 @@ function TooltipPositionedExample() {
</Tooltip>
}
>
<Button variant="secondary">Tooltip on {placement}</Button>
<Button variant="secondary mx-3">Tooltip on {placement}</Button>
</OverlayTrigger>
))}
</>
Expand Down