Skip to content

Commit 1cb086f

Browse files
BUGFIX: Add bottom margin for thumbnail view so it doesn't overlap with pagination in link editor/media selection view
1 parent 5fbdca3 commit 1cb086f

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

Resources/Public/AssetEditor/Plugin.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,7 @@
17631763
display: grid;
17641764
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
17651765
gap: var(--theme-spacing-Full);
1766+
margin-bottom: 4rem;
17661767
}
17671768

17681769
.App-module__mediaModuleApp___16GgU {

Resources/Public/Assets/main.bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Assets/main.bundle.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Assets/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/media-module/src/components/Main/ThumbnailView.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
display: grid;
33
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
44
gap: var(--theme-spacing-Full);
5+
margin-bottom: 4rem;
56
}

0 commit comments

Comments
 (0)