Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-29672

Missing spacing between form fields

    XMLWordPrintable

Details

    Description

      .form-group {
          margin: 0;
      }
      

      affects the spacing between fields.
      https://github.com/ezsystems/ezplatform-admin-ui/blob/master/src/bundle/Resources/public/scss/ezplatform-bootstrap.scss#L6

      Using the default bootstrap margin improves the rendering of the form

      .form-group {
          margin-bottom: 1rem;
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sylvain.guittard@ibexa.co Sylvain Guittard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: