Skip to content

Commit 938908c

Browse files
author
Emmanouil Konstantinidis
committed
Minor styling
1 parent 36f88db commit 938908c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/scss/app.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ input {
358358
padding: 0;
359359
}
360360

361+
.col-xs-1 {
362+
padding: 5px 0;
363+
}
364+
361365
.avatar {
362366
@include border-radius(50%);
363367
margin-top: 5px;
@@ -382,10 +386,11 @@ input {
382386
}
383387

384388
.check-wrapper {
385-
padding: 4px 5px;
389+
text-align: right;
386390

387391
.octicon {
388392
@include check-octicon;
393+
margin-right: 10px;
389394
font-size: 22px;
390395
}
391396
}

0 commit comments

Comments
 (0)