File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tutorcruncher-socket" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " TutorCruncher socket" ,
55 "author" :
" Samuel Colvin <[email protected] >" ,
66 "private" : false ,
Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ export default {
5353
5454.tcs-md {
5555 p {
56- margin : 0 0 8px ;
56+ margin : 0 0 10px ;
57+ font-size : 16px ;
58+ line-height : 18px ;
5759 }
5860}
5961
Original file line number Diff line number Diff line change @@ -69,8 +69,11 @@ $border-colour: #66afe9;
6969 width : 100% ;
7070 input , textarea {
7171 font-size : 16px ;
72- width : calc (100% - 26px );
72+ box-sizing : border-box ;
73+ width : 100% ;
7374 padding : 10px 12px ;
75+ margin : 0 ;
76+ height : inherit ;
7477 border-radius : 5px ;
7578 border : 1px solid #aaa ;
7679 font-family : inherit ;
You can’t perform that action at this time.
0 commit comments