Skip to content

Commit

Permalink
Merge pull request #1849 from smeup/Remove-kup-fit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafoscili authored Apr 4, 2024
2 parents 198e8d4 + bbce6ac commit 167031e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ketchup/src/f-components/f-image/f-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export const FImage: FunctionalComponent<FImageProps> = (

return (
<div
class={`f-image ${props.wrapperClass ? props.wrapperClass : ''} ${
props.fit ? 'kup-fit' : ''
}`}
class={`f-image ${props.wrapperClass ? props.wrapperClass : ''} `}
{...props.dataSet}
id={props.id}
style={style}
Expand Down

0 comments on commit 167031e

Please sign in to comment.