should be spacing between filter and table in the views dialog modal

Created on 8 June 2023, over 1 year ago
Updated 30 June 2023, over 1 year ago

Problem/Motivation

when we add any criteria (filter/short) on the views, a spacing needed in the between filter and table in the views dialog modal.

Steps to reproduce

  • Set up Drupal 10.0.x with gin 8.x-3x-dev.
  • 'admin/structure/views/view/frontpage', click on add button in criteria (filter/short).
  • check the issue in dialog box.

Proposed resolution

added a margin-top css property to resoled this.

File modified: /themes/contrib/gin/dist/css/components/dialog.css

.ui-dialog .gin-layer-wrapper {
    margin-bottom: var(--gin-spacing-l);
    margin-top: var(--gin-spacing-l);
}
๐Ÿ› Bug report
Status

Fixed

Version

3.0

Component

User interface

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia Harish1688 India

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024