Photo: Fix width (#6733)
This commit is contained in:
parent
aced03de08
commit
0e8e46d529
@ -263,7 +263,7 @@ const Photo = <T,>({
|
|||||||
);
|
);
|
||||||
const style = size === 'inline' ? buildStyle(
|
const style = size === 'inline' ? buildStyle(
|
||||||
`height: ${height}px`,
|
`height: ${height}px`,
|
||||||
`width: ${width}px`,
|
`min-width: ${width}px`,
|
||||||
dimensionsStyle,
|
dimensionsStyle,
|
||||||
) : undefined;
|
) : undefined;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user