Skip to content

Commit 87d9d12

Browse files
committed
chore: some changes
1 parent 078c033 commit 87d9d12

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>A simple component to generate a responsive vertical timeline</p>
77
</div>
88

9-
![Vertical Timeline Component React](<https://dsc.cloud/83db8c/Screenshot%202022-12-26%20at%2016.27.00.png> 'How to see vertical-timeline-component-react')
9+
![Vertical Timeline Component React](<https://dsc.cloud/83db8c/image.png> 'How to see vertical-timeline-component-react')
1010

1111
## Status
1212

lib/cjs/styles/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/esm/styles/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vertical-timeline-component-react",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "A simple component for create a vertical timeline with React",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",

src/styles/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const Title = styled.h2<TitleProps>`
104104
font-size: 1rem;
105105
font-weight: bold;
106106
margin: 0;
107+
width: max-content;
107108
108109
&:after {
109110
background-color: ${(props) => props.theme.dotColor};

tests/components/timeline/__snapshots__/index.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Object {
4343
class="sc-jSMfEi cJrrOV"
4444
>
4545
<h2
46-
class="sc-gKXOVf dFwsvn"
46+
class="sc-gKXOVf bssMtP"
4747
>
4848
I'm a title
4949
</h2>
@@ -115,7 +115,7 @@ Object {
115115
class="sc-jSMfEi cJrrOV"
116116
>
117117
<h2
118-
class="sc-gKXOVf dFwsvn"
118+
class="sc-gKXOVf bssMtP"
119119
>
120120
I'm a title
121121
</h2>

0 commit comments

Comments
 (0)