File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ input {
377377/* @group Component / Repository */
378378
379379.repository {
380- padding : 10 px 20px ;
380+ padding : 5 px 20px ;
381381 margin : 0 ;
382382 background-color : @LightGray ;
383383 .ReadMixin ();
@@ -389,15 +389,16 @@ input {
389389
390390 .avatar {
391391 .BorderRadius (50% );
392- width : 25px ;
393- height : 25px ;
392+ width : 23px ;
393+ height : 23px ;
394+ margin-top : 5px ;
394395 }
395396
396397 .name {
397398 .FontOpenSansSemibold ();
398- font-size : 18 px ;
399+ font-size : 16 px ;
399400 text-align : right ;
400- padding : 0 5px ;
401+ padding : 5px ;
401402
402403 span {
403404 display : inline-block ;
@@ -410,7 +411,7 @@ input {
410411 }
411412
412413 .check-wrapper {
413- padding : 0 5px ;
414+ padding : 4 px 5px ;
414415
415416 .octicon {
416417 font-size : 22px ;
You can’t perform that action at this time.
0 commit comments