Skip to content

Commit 3a27e2f

Browse files
committed
Merge branch 'chores/fix-for-ci-12'
2 parents b6f63c1 + 8c1f58f commit 3a27e2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/place/app.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ class App extends Component {
4646
The 'place' prop <Origin className="target auto-string" place="left,bottom">can</Origin> be also passed as a comma separated string.
4747
</p>
4848

49-
<div ref="restricted" style={{ width: '360px', height: '160px', backgroundColor: 'lightgray', padding: '10px', position: 'relative' }}>
49+
<div ref="restricted" style={{ width: '400px', height: '160px', backgroundColor: 'lightgray', padding: '10px', position: 'relative' }}>
5050
In default, <Origin name="restricted" className="target auto-top" place="top">redux-tooltip</Origin> supposes you want to do auto-placement within the browser window.<br />
51-
Using <code>within</code> prop, you can specify <Origin name="restricted" className="target auto-right" place="right">DOM</Origin> element instead of BODY element.
51+
Using <code>within</code> prop, you can specify <Origin name="restricted" className="target auto-right" place="right">DOM element</Origin> instead of BODY element.
5252
<div style={{ position: 'absolute', bottom: '10px' }}>
5353
This is a <Origin name="restricted" className="target auto-bottom" place="bottom">bottom</Origin> origin.
5454
</div>
@@ -58,15 +58,15 @@ class App extends Component {
5858
This is a <b>restricted</b> tooltip.
5959
</Tooltip>
6060

61-
<div ref="more" style={{ width: '348px', backgroundColor: 'lightgray', marginTop: '14px', padding: '16px' }}>
61+
<div ref="more" style={{ width: '388px', backgroundColor: 'lightgray', marginTop: '14px', padding: '16px' }}>
6262
Two or <Origin name="more" className="target auto-more" place={['left', 'top', 'bottom', 'right']}>more fallbacks</Origin> also works well.
6363
</div>
6464

6565
<Tooltip name="more" within={() => this.refs.more}>
6666
This is a <b>more</b> tooltip.
6767
</Tooltip>
6868

69-
<div ref="disabled" style={{ width: '348px', backgroundColor: 'lightgray', marginTop: '14px', padding: '16px' }}>
69+
<div ref="disabled" style={{ width: '388px', backgroundColor: 'lightgray', marginTop: '14px', padding: '16px' }}>
7070
The <Origin name="disabled" className="target auto-disabled" place="left">auto placement</Origin> feature can be disabled by passing <b>false</b> to <code>auto</code> prop.
7171
</div>
7272

0 commit comments

Comments
 (0)