diff --git a/src/components/SidebarTabs/SettingsSidebarTab.vue b/src/components/SidebarTabs/SettingsSidebarTab.vue index 74d0939b4..e6ca684f9 100644 --- a/src/components/SidebarTabs/SettingsSidebarTab.vue +++ b/src/components/SidebarTabs/SettingsSidebarTab.vue @@ -88,6 +88,7 @@ {{ t('forms', 'Message to show after a user submitted the form. Please note that the message will not be translated!') }} + @@ -289,6 +290,11 @@ export default { margin-inline-start: 40px; } +.sidebar-tabs__content { + display: flex; + flex-direction: column; + gap: 8px; +} .submission-message { &__description { color: var(--color-text-maxcontrast); diff --git a/src/components/SidebarTabs/TransferOwnership.vue b/src/components/SidebarTabs/TransferOwnership.vue index 911bfb418..7cc2ac229 100644 --- a/src/components/SidebarTabs/TransferOwnership.vue +++ b/src/components/SidebarTabs/TransferOwnership.vue @@ -22,42 +22,51 @@