Merge pull request #9290 from ArtemDzhereleiko/AD/bug-fix/image-input-padding
Fixed padding for image input
This commit is contained in:
commit
ce6c456792
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user