mirror of
https://github.com/strapi/strapi.git
synced 2025-11-05 20:36:08 +00:00
fix: media library action container alignment issue (#20708)
This commit is contained in:
parent
c9177ef677
commit
56ed9f11d3
@ -259,7 +259,7 @@ export const MediaLibrary = () => {
|
|||||||
endActions={
|
endActions={
|
||||||
<>
|
<>
|
||||||
<CheckPermissions permissions={PERMISSIONS.configureView}>
|
<CheckPermissions permissions={PERMISSIONS.configureView}>
|
||||||
<ActionContainer paddingTop={1} paddingBottom={1}>
|
<ActionContainer>
|
||||||
<IconButton
|
<IconButton
|
||||||
forwardedAs={ReactRouterLink}
|
forwardedAs={ReactRouterLink}
|
||||||
to={{
|
to={{
|
||||||
@ -274,7 +274,7 @@ export const MediaLibrary = () => {
|
|||||||
/>
|
/>
|
||||||
</ActionContainer>
|
</ActionContainer>
|
||||||
</CheckPermissions>
|
</CheckPermissions>
|
||||||
<ActionContainer paddingTop={1} paddingBottom={1}>
|
<ActionContainer>
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={isGridView ? <List /> : <Grid />}
|
icon={isGridView ? <List /> : <Grid />}
|
||||||
label={
|
label={
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user