Skip to content

Commit 0bef335

Browse files
committed
uprev and fix styling
1 parent bdbc3cd commit 0bef335

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

src/components/con-details.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/components/input.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)