diff --git a/src/components/settings_modal/helpers/rate_setting.vue b/src/components/settings_modal/helpers/rate_setting.vue index 146b22d84..6849ee2c1 100644 --- a/src/components/settings_modal/helpers/rate_setting.vue +++ b/src/components/settings_modal/helpers/rate_setting.vue @@ -7,6 +7,12 @@ class="setting-label" :class="{ 'faint': shouldBeDisabled }" > + + + {{ ' ' }} @@ -22,82 +28,98 @@ > {{ backendDescriptionDescription + ' ' }}

- - - - - - - - - - - - - - - - - -
  - {{ $t('admin_dash.rate_limit.period') }} - - {{ $t('admin_dash.rate_limit.amount') }} -
- {{ $t('admin_dash.rate_limit.unauthenticated') }} - - {{ $t('admin_dash.rate_limit.rate_limit') }} - - - - -
- {{ $t('admin_dash.rate_limit.authenticated') }} - - - - -
- - {{ $t('admin_dash.rate_limit.separate') }} - -
- - - +
+ + + + + + + + + + + + + + + + + +
  + {{ $t('admin_dash.rate_limit.period') }} + + {{ $t('admin_dash.rate_limit.amount') }} +
+ {{ $t('admin_dash.rate_limit.unauthenticated') }} + + {{ $t('admin_dash.rate_limit.rate_limit') }} + + + + +
+ {{ $t('admin_dash.rate_limit.authenticated') }} + + + + +
+ + {{ $t('admin_dash.rate_limit.separate') }} +
-
+ +