Skip to content

Commit 155bab6

Browse files
authoredOct 2, 2023
Merge pull request #188 from MeasureAuthoringTool/MAT-6203/updatingPopoverProperties
Mat 6203/updating popover properties
2 parents 5c0a243 + 96a192f commit 155bab6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎react/components/Popover/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ const MadiePopover = ({
77
anchorEl,
88
handleClose,
99
canEdit,
10-
editViewSelectOptionProps,
11-
additionalSelectOptionProps,
12-
otherSelectOptionProps,
10+
editViewSelectOptionProps = {},
11+
additionalSelectOptionProps = [],
12+
otherSelectOptionProps = [],
1313
}) => {
1414
return (
1515
<Popover
@@ -35,7 +35,7 @@ const MadiePopover = ({
3535
marginLeft: "-70px",
3636
borderRadius: "6px",
3737
background: "#F7F7F7",
38-
width: "115px",
38+
width: "fit-content",
3939
"&::before": {
4040
borderWidth: "thin",
4141
position: "absolute",

‎react/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@madie/madie-design-system",
3-
"version": "1.0.53",
3+
"version": "1.0.54",
44
"description": "Shared style guide across the Madie program.",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/MeasureAuthoringTool/madie-design-system",

0 commit comments

Comments
 (0)
Please sign in to comment.