Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mercury_editor
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
mercury_editor
Merge requests
!67
Issue
#3471287
by ckng: fixed media library grid thumbnail issue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3471287
by ckng: fixed media library grid thumbnail issue
issue/mercury_editor-3471287:mercury_editor-3471287
into
2.1.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Open
Chin Kiong Ng
requested to merge
issue/mercury_editor-3471287:mercury_editor-3471287
into
2.1.x
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
2.1.x
2.1.x (base)
and
latest version
latest version
6a3b2244
1 commit,
9 months ago
2 files
+
0
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in the source branch, but removed in the target branch. Ask someone with write access to resolve it.
build/css/overrides/claro/media-library.css
+
0
−
6
Options
mercury-dialog
.media-library-views-form__rows
{
display
:
grid
;
grid-gap
:
1rem
;
grid-template-columns
:
repeat
(
auto-fit
,
minmax
(
180px
,
1
fr
));
}
/*
The buttons within this form-actions element get moved to the bottom of the dialog.
That doesn't stop this container from taking up space in the flexbox – preventing
Loading