mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
client - input styling updates for firefox
This commit is contained in:
@@ -88,6 +88,7 @@ export class ForumNav extends React.Component<Props, State> {
|
||||
<div className="flex flex--center">
|
||||
<small>Forum Nav:</small>
|
||||
<select style={{ minWidth: '194px', height: '19px' }}
|
||||
className="forum-input"
|
||||
value={this.getSelectedCategoryId()}
|
||||
onChange={event => this.onSelect(event)}>
|
||||
{this.state.categoryList && this.renderDropDown()}
|
||||
|
||||
Reference in New Issue
Block a user