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(
|
||||
`height: ${height}px`,
|
||||
`width: ${width}px`,
|
||||
`min-width: ${width}px`,
|
||||
dimensionsStyle,
|
||||
) : undefined;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user