1
0
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:
2018-01-28 15:02:53 -06:00
parent b3ac9003db
commit 3397d6b6ef
3 changed files with 12 additions and 3 deletions

View File

@@ -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()}