mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Revert previous fix
This commit is contained in:
parent
c995e2e021
commit
00c0212c03
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ export default createReactClass({
|
|||
onClick={onClick}
|
||||
onError={this.onError}
|
||||
style={{
|
||||
width: {width},
|
||||
height: {height},
|
||||
width: toRem(width),
|
||||
height: toRem(height),
|
||||
}}
|
||||
title={title} alt=""
|
||||
inputRef={inputRef}
|
||||
|
|
Loading…
Reference in a new issue