Skip to content

Commit

Permalink
Merge pull request #9883 from kaiiiiiiiii/fix_misplaced_language_drop…
Browse files Browse the repository at this point in the history
…down_in_user_preferences_panel

Regression: Misplaced language dropdown in user preferences panel
  • Loading branch information
rodrigok authored Feb 27, 2018
2 parents 5ef20d0 + 1de2924 commit d26ced2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rocketchat-ui-account/client/accountPreferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h1>{{_ "Localization"}}</h1>
<div class="section-content border-component-color">
<div class="input-line double-col">
<label for="language">{{_ "Language"}}</label>
<div class="rc-select">
<select id="language" class="required rc-select__element">
<div>
<select id="language" class="required rc-input__element">
{{#each languages}}
<option value="{{key}}" selected="{{userLanguage key}}" dir="auto">{{name}}</option>
{{/each}}
Expand Down

0 comments on commit d26ced2

Please sign in to comment.