mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +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={
 | 
			
		||||
            <>
 | 
			
		||||
              <CheckPermissions permissions={PERMISSIONS.configureView}>
 | 
			
		||||
                <ActionContainer paddingTop={1} paddingBottom={1}>
 | 
			
		||||
                <ActionContainer>
 | 
			
		||||
                  <IconButton
 | 
			
		||||
                    forwardedAs={ReactRouterLink}
 | 
			
		||||
                    to={{
 | 
			
		||||
@ -274,7 +274,7 @@ export const MediaLibrary = () => {
 | 
			
		||||
                  />
 | 
			
		||||
                </ActionContainer>
 | 
			
		||||
              </CheckPermissions>
 | 
			
		||||
              <ActionContainer paddingTop={1} paddingBottom={1}>
 | 
			
		||||
              <ActionContainer>
 | 
			
		||||
                <IconButton
 | 
			
		||||
                  icon={isGridView ? <List /> : <Grid />}
 | 
			
		||||
                  label={
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user