Closed (fixed)
Project:
Seven
Version:
1.0.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2025 at 21:14 UTC
Updated:
30 Sep 2025 at 07:39 UTC
Jump to comment: Most recent
The css/theme/media-library.css file contains the following lines.
/*
* @todo Remove.
* @see https://www.drupal.org/project/drupal/issues/3064914
*/
.views-live-preview .media-library-view div.views-row + div.views-row {
margin-top: 0;
}
The linked issue (#3064914: Views preview adds margin top to views rows) has been closed as duplicate of #2272533: Excessive margin-top in Views live preview, which was closed as Closed (works as designed).
It means those CSS properties no longer need to be removed.
Remove the @todo note.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
avpadernoComment #3
anirudhsingh19 commentedworking on it
Comment #5
avpadernoComment #6
avpadernoThank you for the patch! The change is indeed correct.
Comment #8
avpadernoComment #9
avpadernoI will make the same change for the 1.0.x branch.
Comment #11
avpadernoComment #13
avpaderno