diff --git a/contentcuration/contentcuration/frontend/settings/pages/Account/index.vue b/contentcuration/contentcuration/frontend/settings/pages/Account/index.vue index dde15459ba..e157b68cf9 100644 --- a/contentcuration/contentcuration/frontend/settings/pages/Account/index.vue +++ b/contentcuration/contentcuration/frontend/settings/pages/Account/index.vue @@ -49,7 +49,7 @@ {{ $tr('apiTokenMessage') }} @@ -233,5 +233,4 @@ .row { padding: 8px 0; } - - + \ No newline at end of file diff --git a/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue b/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue index c493429edd..d4a0552ddc 100644 --- a/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue +++ b/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue @@ -39,13 +39,12 @@

- {{ $tr('requestMoreSpaceMessage') }} + {{ $tr('requestMoreSpaceMessage') + " " }}

@@ -161,4 +160,4 @@ } } - + \ No newline at end of file diff --git a/contentcuration/contentcuration/frontend/settings/pages/UsingStudio/index.vue b/contentcuration/contentcuration/frontend/settings/pages/UsingStudio/index.vue index 0d5ddaa72f..2ede4e3834 100644 --- a/contentcuration/contentcuration/frontend/settings/pages/UsingStudio/index.vue +++ b/contentcuration/contentcuration/frontend/settings/pages/UsingStudio/index.vue @@ -29,8 +29,9 @@

@@ -50,9 +51,10 @@

  • {{ $tr('bestPractice5') }}
  • @@ -64,16 +66,18 @@

    {{ $tr('notableIssues') }}

    {{ $tr('issue1') }}

    @@ -141,4 +145,7 @@ h2 { margin-top: 32px; } - + .kexternal-redirect{ + margin-left: -8px; + } + \ No newline at end of file