Skip to content

Commit

Permalink
fix: set width for popup of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yndx-birman committed Jul 5, 2021
1 parent 106ec4e commit 503f628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
@include text-size(body3);
}
}

&__popup {
width: 230px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ const SettingsControl = (props: ControlInnerProps) => {
<Popup
anchor={controlRef.current}
visible={isVisiblePopup}
className={b('popup')}
onOutsideClick={hidePopup}
position={getPopupPosition(isVerticalView)}
>
Expand Down

0 comments on commit 503f628

Please sign in to comment.