Skip to content

Commit 0a808e2

Browse files
authored
Merge pull request #706 from devtron-labs/fix/empty-state-dim
chore: Empty state css for svg dimension
2 parents 1dae146 + 9b912bb commit 0a808e2

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
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": "1.11.0-pre-7",
3+
"version": "1.11.0-pre-8",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/EmptyState/emptyState.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@
1616

1717
.empty-state {
1818
height: 100%;
19-
img {
20-
height: 40%;
21-
max-height: 200px;
22-
width: auto;
23-
max-width: 250px;
24-
}
25-
svg {
26-
height: 40%;
27-
max-height: 200px;
28-
width: auto;
29-
}
30-
.button svg {
31-
height: 100%;
32-
max-height: none;
33-
width: 100%;
34-
}
3519
h1,
3620
h2,
3721
h3,

0 commit comments

Comments
 (0)