Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust table max img width
  • Loading branch information
tellthemachines committed Jul 29, 2025
commit ad0f8570b6612711ce0eb6525366874ee840b27f
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function ColumnPrimary< Item >( {
<mediaField.render
item={ item }
field={ mediaField }
mediaAppearance={ { maxImageWidth: '32px' } }
mediaAppearance={ { maxImageWidth: '60px' } }
/>
</div>
) }
Expand Down