1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

style fixes

This commit is contained in:
Kushagra Gour
2018-07-30 23:33:36 +05:30
parent d24d00df9e
commit 55847a21ad
3 changed files with 5 additions and 6 deletions

View File

@@ -123,7 +123,6 @@ export default class AddLibrary extends Component {
id="externalJsTextarea"
cols="30"
rows="5"
placeholder="Put each library in new line"
value={this.state.js}
/>
@@ -136,7 +135,6 @@ export default class AddLibrary extends Component {
id="externalCssTextarea"
cols="30"
rows="5"
placeholder="Put each library in new line"
value={this.state.css}
/>
</div>