File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1496,6 +1496,7 @@ a.ui.label:hover {
1496
1496
.blame .code-inner {
1497
1497
white-space : pre ;
1498
1498
word-break : normal ;
1499
+ word-wrap : normal ; /* not using overflow-wrap because safari does not treat is an an alias */
1499
1500
}
1500
1501
1501
1502
.lines-commit {
@@ -1515,6 +1516,8 @@ a.ui.label:hover {
1515
1516
display : block ;
1516
1517
user-select : none ;
1517
1518
padding : 0 0 0 10px ;
1519
+ line-height : 20px ;
1520
+ box-sizing : content-box ;
1518
1521
1519
1522
.blame-data {
1520
1523
display : flex ;
@@ -1525,7 +1528,6 @@ a.ui.label:hover {
1525
1528
overflow : hidden ;
1526
1529
white-space : nowrap ;
1527
1530
text-overflow : ellipsis ;
1528
- line-height : 20px ;
1529
1531
}
1530
1532
1531
1533
.blame-time ,
@@ -1538,6 +1540,8 @@ a.ui.label:hover {
1538
1540
.ui.avatar.image {
1539
1541
height : 18px ;
1540
1542
width : 18px ;
1543
+ display : block ;
1544
+ margin-top : 1px ;
1541
1545
}
1542
1546
}
1543
1547
You can’t perform that action at this time.
0 commit comments