From b6b83171093627910ce80045557c8370b939b599 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Tue, 19 Sep 2023 15:58:00 +0300 Subject: [PATCH] UI: Fixed padding bottom for image input --- ui-ngx/src/app/shared/components/image-input.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/image-input.component.scss b/ui-ngx/src/app/shared/components/image-input.component.scss index b7d05bef8d..ee4f6451c4 100644 --- a/ui-ngx/src/app/shared/components/image-input.component.scss +++ b/ui-ngx/src/app/shared/components/image-input.component.scss @@ -22,7 +22,7 @@ $previewSize: 78px !default; .tb-container { margin-top: 0; - padding: 0; + padding: 0 0 16px; label.tb-title { display: block; padding-bottom: 8px; @@ -121,6 +121,7 @@ $previewSize: 78px !default; .tb-hint{ margin-top: 8px; + padding-bottom: 0; } }