mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 01:34:31 +02:00
Add PR #185 - add margin between InputfieldImage description and custom fields
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -409,6 +409,11 @@ $focusPointCircleSize: 40px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&__core {
|
||||
// when both description and custom fields are present, this prevents them from having no margin between them
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
&__inner {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user