fix(ui): prevent example select from overflowing (#7060)
This commit is contained in:
@@ -109,6 +109,7 @@ export default class ExamplesSelect extends React.PureComponent {
|
||||
) : null
|
||||
}
|
||||
<select
|
||||
className="examples-select-element"
|
||||
onChange={this._onDomSelect}
|
||||
value={
|
||||
isModifiedValueAvailable && isValueModified
|
||||
|
||||
Reference in New Issue
Block a user