Entity Browser Layout broken - views filters, more-link and footer positioned in line

Created on 12 September 2022, over 2 years ago
Updated 21 April 2024, 9 months ago

Problem/Motivation

Entity Browser layout GIN stylesheets breaks the inner view (see screenshot).

CSS:

.gin-entity-browser .entity-browser-form .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  grid-gap: 1rem;
  margin-bottom: 1rem;
}

Markup (wrappers only):

<div class="view view-content view-id-content view-display-id-entity_browser_1 js-view-dom-id-...">
	<div class="view-filters">

	</div>

	<div class="view-content">

	</div>

	<div class="more-link">

	</div>

	<div class="view-footer">

	</div>
</div>
πŸ› Bug report
Status

Needs work

Component

User interface

Created by

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

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024