Photo: Fix width (#6733)

This commit is contained in:
zubiden 2026-02-22 23:43:58 +01:00 committed by Alexander Zinchuk
parent aced03de08
commit 0e8e46d529

View File

@ -263,7 +263,7 @@ const Photo = <T,>({
);
const style = size === 'inline' ? buildStyle(
`height: ${height}px`,
`width: ${width}px`,
`min-width: ${width}px`,
dimensionsStyle,
) : undefined;