Skip to content

Commit e47c77f

Browse files
committed
Minor tweaks
1 parent 17ca6f5 commit e47c77f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/cx-theme-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx-theme-variables",
3-
"version": "26.3.5",
3+
"version": "26.3.6",
44
"description": "CSS Variables-based theme for Cx applications with customizable colors",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

packages/cx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx",
3-
"version": "26.3.9",
3+
"version": "26.3.10",
44
"description": "Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.",
55
"exports": {
66
"./data": {

packages/cx/src/widgets/nav/MenuItem.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
}
9898

9999
& > .#{$element}#{$name}-button {
100-
left: cx-calc(cx-top($value), 0.5lh, cx-multiply($icon-size, -0.5));
100+
width: cx-calc(cx-top($value), max($icon-size, 1lh), cx-top($value));
101101
}
102102
}
103103
}
@@ -119,7 +119,7 @@
119119
position: absolute;
120120
top: 0;
121121
bottom: 0;
122-
width: max($icon-size, 1lh);
122+
left: 0;
123123
}
124124

125125
.#{$element}#{$name}-baseline {

0 commit comments

Comments
 (0)