diff --git a/services/web/frontend/stylesheets/pages/editor/references-search.scss b/services/web/frontend/stylesheets/pages/editor/references-search.scss index 461c078b38..246811dcc9 100644 --- a/services/web/frontend/stylesheets/pages/editor/references-search.scss +++ b/services/web/frontend/stylesheets/pages/editor/references-search.scss @@ -76,10 +76,17 @@ } .write-and-cite-pros-list-wrapper { - max-width: 450px; + max-width: 560px; margin: 0 auto; } +.write-and-cite-pros-list { + display: flex; + flex-direction: column; + gap: var(--spacing-04); + margin-bottom: var(--spacing-07); +} + .write-and-cite-pros-list li { display: flex; flex-direction: row; @@ -101,6 +108,7 @@ .write-and-cite-pro { flex: 0 1 100%; + margin-bottom: 0; } .write-and-cite-upgrade-prompt-header { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index f439fed4ab..3dbee5e729 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -337,7 +337,7 @@ "choose_which_experiments": "Choose which experiments you’d like to try.", "choose_your_plan": "Choose your plan", "citation": "Citation", - "cite_a_reference_from_your_reference_manager_to_automatically_add_it_to_your_bib_file": "Cite a reference from your reference manager to automatically add it to your .bib file", + "cite_a_reference_from_your_reference_manager_to_automatically_add_it_to_your_bib_file": "Cite a reference from your reference manager to automatically add it to your .bib file.", "cite_directly_or_import_references": "Cite directly or import references", "cite_faster": "Cite faster", "city": "City", @@ -1262,7 +1262,7 @@ "link_to_mendeley": "Link to Mendeley", "link_to_papers": "Link to Papers", "link_to_zotero": "Link to Zotero", - "link_to_zotero_mendeley_papers_to_see_search_results_from_your_libraries_without_importing_files": "Link to Zotero, Mendeley, and Papers to see search results from your libraries without importing files", + "link_to_zotero_mendeley_papers_to_see_search_results_from_your_libraries_without_importing_files": "Link to Zotero, Mendeley, and Papers to see search results from your libraries without importing files.", "link_your_accounts": "Link your accounts", "linked_accounts": "Linked accounts", "linked_collabratec_description": "Use Collabratec to manage your __appName__ projects.",