Skip to content

Commit 4e567c2

Browse files
committed
fix: width exceptance dropdown
1 parent 039e07c commit 4e567c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beeinventor/dasiot-react-component-lib",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"module": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"files": [

src/components/Dropdown/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const Item = styled(Box, {
7373
right: 0,
7474
bottom: 0,
7575
height: '1px',
76-
width: '98%',
76+
width: '90%',
7777
margin: 'auto',
7878
borderBottom: isExceptance
7979
? `1px solid ${theme.color.secondary.$40}`

0 commit comments

Comments
 (0)