Fix create translations alignment

This commit is contained in:
Ben Haynes
2021-04-20 19:18:40 -04:00
parent 8169181d00
commit a4b4f79a16
3 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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%;
}
}

View File

@@ -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>