File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,8 @@ class HTMLComponentPanel extends Component {
34
34
render ( ) {
35
35
const { addChild, classes } = this . props ;
36
36
return (
37
- < << << << HEAD
38
- < Paper className = { 'htmlPanelz' } >
39
- < Typography variant = "title" component = "h3" >
40
- =======
41
37
< div className = { classes . htmlPanel } >
42
38
< Typography variant = "title" component = "h4" >
43
- >>> >>> > 639 d41c977d8447f856680105bf8f2ff24b70055
44
39
Add HTML elements
45
40
</ Typography >
46
41
{ /* <TextField
@@ -135,20 +130,20 @@ class HTMLComponentPanel extends Component {
135
130
function styles ( theme ) {
136
131
return {
137
132
htmlPanel : {
138
- width : " 100%" ,
139
- height : " 33%" ,
133
+ width : ' 100%' ,
134
+ height : ' 33%' ,
140
135
// flexGrow: 1,
141
- backgroundColor : " #333333" ,
136
+ backgroundColor : ' #333333' ,
142
137
// position: "absolute",
143
138
// marginTop: 10,
144
- bottom : " 0px"
139
+ bottom : ' 0px' ,
145
140
// // marginRight: "20px",
146
141
// // marginLeft: "20px",
147
142
// // marginBottom: "20px",
148
143
// bottom: "0px",
149
144
// left: "0px",
150
145
// right: "0px"
151
- }
146
+ } ,
152
147
} ;
153
148
}
154
149
You can’t perform that action at this time.
0 commit comments