File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 9
9
< link rel ='stylesheet ' href ='../bower_components/font-awesome/css/font-awesome.css '>
10
10
< link rel ="stylesheet " href ="http://textangular.com/dist/textAngular.css " type ="text/css ">
11
11
< style >
12
- .ta-editor {
13
- min-height : 300px ;
14
- height : auto;
15
- overflow : auto;
16
- font-family : inherit;
17
- font-size : 100% ;
18
- }
19
- h1 small {
20
- font-size : 60% ;
21
- }
12
+ h1 small {
13
+ font-size : 60% ;
14
+ }
15
+ textarea .ta-bind {
16
+ width : 100% ;
17
+ }
22
18
</ style >
23
19
24
20
< script src ='https://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.min.js '> </ script >
Original file line number Diff line number Diff line change 20
20
< link rel ="stylesheet " href ="http://textangular.com/dist/textAngular.css " type ="text/css ">
21
21
< script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.min.js " type ="text/javascript "> </ script >
22
22
< script src ='https://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.min.js '> </ script >
23
+ < style >
24
+ textarea .ta-bind {
25
+ width : 100% ;
26
+ }
27
+ </ style >
28
+
23
29
<!-- enable this section or the non-minimized section below -->
24
30
< % js.forEach(function(each){ %>
25
31
< script src ='../<%= each %> '> </ script >
You can’t perform that action at this time.
0 commit comments