mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 08:21:41 +02:00
Revert previous fix
This commit is contained in:
parent
c995e2e021
commit
00c0212c03
@ -210,8 +210,8 @@ export default createReactClass({
|
|||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
onError={this.onError}
|
onError={this.onError}
|
||||||
style={{
|
style={{
|
||||||
width: {width},
|
width: toRem(width),
|
||||||
height: {height},
|
height: toRem(height),
|
||||||
}}
|
}}
|
||||||
title={title} alt=""
|
title={title} alt=""
|
||||||
inputRef={inputRef}
|
inputRef={inputRef}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user