Skip to content

Commit

Permalink
Merge pull request #637 from inakijv/EZP-29655_Remove_extra_space_in_…
Browse files Browse the repository at this point in the history
…content_within_FieldTypes_ContentView

EZP-29655: Removed extra spacing in content within Field Types, View tab Content View
  • Loading branch information
Łukasz Serwatka authored Sep 24, 2018
2 parents 439559d + db1ce62 commit 44e353e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/bundle/Resources/public/scss/_field-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,16 @@
border-radius: 0 0 5px 5px;
}
}

.ez-field-preview--ezobjectrelationlist {
.table {
margin-bottom: 0;
}
}

.ez-content-field-value {
.ezcountry-field {
margin-bottom: 0;
}
}
}

0 comments on commit 44e353e

Please sign in to comment.