mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix create translations alignment
This commit is contained in:
@@ -232,7 +232,7 @@ item_delete_success: Item Deleted | Items Deleted
|
||||
this_collection: This Collection
|
||||
related_collection: Related Collection
|
||||
related_collections: Related Collections
|
||||
translations_collection: Translations Collection
|
||||
translations_collection: Translation Collection
|
||||
languages_collection: Languages Collection
|
||||
export_data: Export Data
|
||||
format: Format
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
<div class="grid">
|
||||
<div class="field">
|
||||
<div class="type-label">{{ $t('this_collection') }}</div>
|
||||
@@ -332,12 +331,12 @@ export default defineComponent({
|
||||
pointer-events: none;
|
||||
|
||||
&:first-of-type {
|
||||
bottom: 141px;
|
||||
bottom: 161px;
|
||||
left: 32.5%;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
bottom: 76px;
|
||||
bottom: 89px;
|
||||
left: 67.4%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
<v-notice>
|
||||
<div>
|
||||
{{ $t('this_will_auto_setup_fields_relations') }}
|
||||
<br />
|
||||
<button class="manual-toggle" @click="translationsManual = true">{{ $t('click_here') }}</button>
|
||||
{{ $t('to_manually_setup_translations') }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user