|
@@ -106,7 +106,7 @@ const ColorPickerPopupContent = ({
|
|
return (
|
|
return (
|
|
<PropertiesPopover
|
|
<PropertiesPopover
|
|
container={container}
|
|
container={container}
|
|
- style={{ maxWidth: "208px" }}
|
|
|
|
|
|
+ style={{ maxWidth: "13rem" }}
|
|
onFocusOutside={(event) => {
|
|
onFocusOutside={(event) => {
|
|
// refocus due to eye dropper
|
|
// refocus due to eye dropper
|
|
focusPickerContent();
|
|
focusPickerContent();
|