Skip to content

Commit

Permalink
login page - more width for lang
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Sep 16, 2024
1 parent 89c79c3 commit fbcab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ <h1 class="title headline zoom">
<a-row justify="center" class="centered">
<a-col :span="24">
<a-select ref="selectLang" v-model="lang"
@change="setLang(lang)" style="width: 150px;"
@change="setLang(lang)" style="width: 200px;"
:dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option :value="l.value" label="English" v-for="l in supportLangs">
<span role="img" aria-label="l.name" v-text="l.icon"></span>
Expand Down

0 comments on commit fbcab5b

Please sign in to comment.