Skip to content

Commit 056f9be

Browse files
committed
chore: bump version to 1.23.4 and add pagination select menu styles
1 parent e4b25a6 commit 056f9be

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

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

src/Shared/Components/Table/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,8 @@
153153
top: 0;
154154
position: absolute;
155155
}
156+
157+
.pagination__select-menu {
158+
z-index: 1;
159+
}
156160
}

0 commit comments

Comments
 (0)