Problem/Motivation

When using Paragraphs with the adminimal theme, There is no margin between the fields.

This is because of the following css in core/themes/classy/components/form.css:

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

Patch attached, adds some margin to the fields.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JeroenT created an issue. See original summary.

JeroenT’s picture

JeroenT’s picture

Issue summary: View changes
brahmjeet789’s picture

FileSize
73.7 KB

@JeroenT i have reviewed your patch and it is working fine for me and i can see margin between fields of paragraph i have attached screenshots for your refernce please check

brahmjeet789’s picture

Status: Needs review » Reviewed & tested by the community

i move this issue to RTBC.

andrey.troeglazov’s picture

Assigned: Unassigned » andrey.troeglazov
Issue tags: +Adminimal Release 8-1.4
asya_asina’s picture

The patch applied and working.

  • JeroenT authored 061f01e on 8.x-1.x
    Issue #2856528 by JeroenT, brahmjeet789, andrey.troeglazov, aleanna:...
andrey.troeglazov’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.