File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1504,6 +1504,7 @@ a.ui.label:hover {
1504
1504
.blame .code-inner {
1505
1505
white-space : pre ;
1506
1506
word-break : normal ;
1507
+ word-wrap : normal ; /* not using overflow-wrap because safari does not treat is an an alias */
1507
1508
}
1508
1509
1509
1510
.lines-commit {
@@ -1523,6 +1524,8 @@ a.ui.label:hover {
1523
1524
display : block ;
1524
1525
user-select : none ;
1525
1526
padding : 0 0 0 10px ;
1527
+ line-height : 20px ;
1528
+ box-sizing : content-box ;
1526
1529
1527
1530
.blame-data {
1528
1531
display : flex ;
@@ -1533,7 +1536,6 @@ a.ui.label:hover {
1533
1536
overflow : hidden ;
1534
1537
white-space : nowrap ;
1535
1538
text-overflow : ellipsis ;
1536
- line-height : 20px ;
1537
1539
}
1538
1540
1539
1541
.blame-time ,
@@ -1546,6 +1548,8 @@ a.ui.label:hover {
1546
1548
.ui.avatar.image {
1547
1549
height : 18px ;
1548
1550
width : 18px ;
1551
+ display : block ;
1552
+ margin-top : 1px ;
1549
1553
}
1550
1554
}
1551
1555
You can’t perform that action at this time.
0 commit comments