Skip to content
Snippets Groups Projects
Commit 0260c32b authored by Chris Beer's avatar Chris Beer
Browse files

Remove unnecessary style param from CaptionedCanvasThumbnail

parent cd635dce
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,6 @@ export class CaptionedCanvasThumbnail extends Component {
}
isValid={manifestoCanvas.hasValidDimensions}
maxHeight={height}
style={{
maxWidth: `${Math.ceil(height * manifestoCanvas.aspectRatio)}px`,
}}
/>
<div
className={classNames(ns('canvas-thumb-label'), classes.canvasThumbLabel)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment