mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Remove labels
This commit is contained in:
parent
5f50facfba
commit
ee33fc1c20
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ export default class StyleUserSettingsTab extends React.Component {
|
||||||
values={[12, 14, 16, 18, 20]}
|
values={[12, 14, 16, 18, 20]}
|
||||||
value={this.state.fontSize}
|
value={this.state.fontSize}
|
||||||
onSelectionChange={this._onFontSizeChanged}
|
onSelectionChange={this._onFontSizeChanged}
|
||||||
displayFunc={value => value + 'px'}
|
displayFunc={value => {}}
|
||||||
/>
|
/>
|
||||||
<Field
|
<Field
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Reference in a new issue