Skip to content

Commit 256b16c

Browse files
committed
version updated
1 parent f1d467d commit 256b16c

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.1.15-beta-18",
3+
"version": "0.1.15-beta-19",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/GitCommitInfoGeneric/gitCommitInfoGeneric.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,14 @@
33
display: grid;
44
grid-template-columns: 20px 1fr;
55
}
6+
7+
&:hover {
8+
.git-commit-info-generic__copy{
9+
visibility: visible;
10+
}
11+
12+
.material-history__box-shadow {
13+
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
14+
}
15+
}
616
}

src/Shared/Components/MaterialHistory/MaterialHistory.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const MaterialHistory = ({
6161
<>
6262
{!isCommitInfoModal && (
6363
<div className="flex left dc__gap-8">
64-
<span className="fs-12 lh-18 cn-7 fw-6 w-126">{date}</span>
64+
<span className="fs-12 lh-18 cn-7 fw-6 w-130">{date}</span>
6565
<div className="h-1 bcn-2 w-100" />
6666
</div>
6767
)}

0 commit comments

Comments
 (0)