1
0
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:
jmartsch
2021-05-12 06:46:01 -04:00
committed by Ryan Cramer
parent 2911a16604
commit e7b71d796f
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;