1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-03-11 21:38:38 +01:00

remove unneeded css class

This commit is contained in:
Enrico Fasoli 2015-12-23 10:33:47 +01:00
parent 5a18fd8f2d
commit fb9e3db821

View File

@ -90,7 +90,7 @@ module.exports = function (boardsAPI) {
<p><b>Warning:</b> due to a bug in go-ipfs, it may take up to a minute
for your changes to be visibile. Your profile will appear unchanged during
this time.</p>
<div className="center-block thin">
<div className="center-block">
<label htmlFor="name">Name</label>
<input className="u-full-width" type="text" id="name" value={this.state.name} onChange={this.handleChange} placeholder="Who are you on the interwebs?" />
</div>