Skip to content

Commit

Permalink
fix: style for ru
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Jan 23, 2025
1 parent 27e12c5 commit 3f98f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/components/settings/ConnectionsSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
<div class="card-body">
<div class="grid grid-cols-1 gap-2 lg:grid-cols-2">
<div class="flex items-center gap-2">
{{ $t('connectionStyle') }}:
{{ $t('table') }}
<span class="whitespace-nowrap">
{{ $t('connectionStyle') }}:
{{ $t('table') }}
</span>
<input
class="toggle"
type="checkbox"
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebar/ConnectionCtrl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineComponent({
<span class="shrink-0">{t('sortBy')}</span>
<div class="join flex-1">
<select
class="join-item select select-bordered select-sm flex-1"
class="join-item select select-bordered select-sm flex-1 max-md:w-0"
v-model={connectionSortType.value}
>
{(Object.values(SORT_TYPE) as string[]).map((opt) => (
Expand Down

0 comments on commit 3f98f52

Please sign in to comment.