mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 18:24:57 +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;
|
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 {
|
&__inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user