File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
< style class ="editable ">
12
12
.box {
13
13
border : 1px solid # 333333 ;
14
- width : 200 px ;
14
+ width : 350 px ;
15
15
height : 100px ;
16
16
overflow : auto;
17
17
}
26
26
< textarea class ="playable playable-css " style ="height: 120px; ">
27
27
.box {
28
28
border: 1px solid #333333;
29
- width: 200px ;
29
+ width: 350px ;
30
30
height: 100px;
31
31
overflow: auto;
32
32
}
Original file line number Diff line number Diff line change 11
11
< style class ="editable ">
12
12
.box {
13
13
border : 1px solid # 333333 ;
14
- width : 200 px ;
14
+ width : 350 px ;
15
15
height : 100px ;
16
16
}
17
17
</ style >
25
25
< textarea class ="playable playable-css " style ="height: 120px; ">
26
26
.box {
27
27
border: 1px solid #333333;
28
- width: 200px ;
28
+ width: 350px ;
29
29
height: 100px;
30
30
}
31
31
</ textarea >
Original file line number Diff line number Diff line change 11
11
< style class ="editable ">
12
12
.box {
13
13
border : 1px solid # 333333 ;
14
- width : 200 px ;
14
+ width : 350 px ;
15
15
height : 100px ;
16
16
overflow : hidden;
17
17
}
26
26
< textarea class ="playable playable-css " style ="height: 120px; ">
27
27
.box {
28
28
border: 1px solid #333333;
29
- width: 200px ;
29
+ width: 350px ;
30
30
height: 100px;
31
31
overflow: hidden;
32
32
}
Original file line number Diff line number Diff line change 11
11
< style class ="editable ">
12
12
.box {
13
13
border : 1px solid # 333333 ;
14
- width : 200 px ;
14
+ width : 350 px ;
15
15
height : 100px ;
16
16
overflow-y : scroll;
17
17
}
26
26
< textarea class ="playable playable-css " style ="height: 120px; ">
27
27
.box {
28
28
border: 1px solid #333333;
29
- width: 200px ;
29
+ width: 350px ;
30
30
height: 100px;
31
31
overflow-y: scroll;
32
32
}
Original file line number Diff line number Diff line change 11
11
< style class ="editable ">
12
12
.box {
13
13
border : 1px solid # 333333 ;
14
- width : 200 px ;
14
+ width : 350 px ;
15
15
height : 100px ;
16
16
overflow : scroll;
17
17
}
26
26
< textarea class ="playable playable-css " style ="height: 120px; ">
27
27
.box {
28
28
border: 1px solid #333333;
29
- width: 200px ;
29
+ width: 350px ;
30
30
height: 100px;
31
31
overflow: scroll;
32
32
}
You can’t perform that action at this time.
0 commit comments