From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- .../src/app/shared/shared-forms/select/select-shared.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/shared-forms/select') diff --git a/client/src/app/shared/shared-forms/select/select-shared.component.scss b/client/src/app/shared/shared-forms/select/select-shared.component.scss index 7006adab1..9a796f545 100644 --- a/client/src/app/shared/shared-forms/select/select-shared.component.scss +++ b/client/src/app/shared/shared-forms/select/select-shared.component.scss @@ -43,10 +43,10 @@ ng-select ::ng-deep { my-select-options + input { @include peertube-input-text($form-base-input-width); - margin-left: 5px; + @include margin-left(5px); display: block; } .input-suffix { - margin-left: 5px; + @include margin-left(5px); } -- cgit v1.2.3