Skip to content

Commit

Permalink
remove width css rule for inspector request selector EuiContextMenuPa…
Browse files Browse the repository at this point in the history
…nel (#27067)
  • Loading branch information
nreese authored Dec 18, 2018
1 parent d555241 commit 91662d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
margin-right: $euiSizeS;
}

.insRequestSelector__menuPanel {
width: $euiSizeXL * 2;
}

.insRequestSelector__singleRequest {
height: $euiButtonHeightSmall;
padding: 0 $euiSizeS;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class RequestSelector extends Component {
repositionOnScroll
>
<EuiContextMenuPanel
className="insRequestSelector__menuPanel"
items={this.props.requests.map(this.renderRequestDropdownItem)}
/>
</EuiPopover>
Expand Down

0 comments on commit 91662d5

Please sign in to comment.