Skip to content

Commit b60e96a

Browse files
committed
width
1 parent ba2c317 commit b60e96a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ If you are upgrading from a version prior to 2.0.0, please note the changes to p
189189

190190
-- Add support for Dolt diff.
191191

192-
## [2.3.2]
192+
## [2.3.3]
193193

194194
-- Diff section UI fixes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-graph",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"homepage": "https://liuliu-dev.github.io/CommitGraph/",
55
"author": "Liu Liu <[email protected]>",
66
"description": "A React component to visualize a commit graph.",

src/components/DiffSection/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
.bold {
1818
font-weight: 600;
19-
margin-right: 0.25rem;
19+
width: 3.25rem;
2020
}
2121

2222
.summary {

0 commit comments

Comments
 (0)