Merge pull request #9290 from ArtemDzhereleiko/AD/bug-fix/image-input-padding

Fixed padding for image input
This commit is contained in:
Igor Kulikov 2023-09-19 18:08:39 +03:00 committed by GitHub
commit ce6c456792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ $previewSize: 78px !default;
.tb-container { .tb-container {
margin-top: 0; margin-top: 0;
padding: 0; padding: 0 0 16px;
label.tb-title { label.tb-title {
display: block; display: block;
padding-bottom: 8px; padding-bottom: 8px;
@ -121,6 +121,7 @@ $previewSize: 78px !default;
.tb-hint{ .tb-hint{
margin-top: 8px; margin-top: 8px;
padding-bottom: 0;
} }
} }