mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix(ui): fix button width shrinked (#1742)
This commit is contained in:
parent
379f56795d
commit
271c78fdbb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function removeDisabledTranslation(code: string) {
|
|||
{{ availableOption.nativeName }}
|
||||
</option>
|
||||
</select>
|
||||
<button class="btn-text" @click="addDisabledTranslation">
|
||||
<button class="btn-text shrink-0" @click="addDisabledTranslation">
|
||||
{{ $t('settings.language.translations.add') }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue