File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -1001,6 +1001,13 @@ overflow-menu .ui.label {
1001
1001
padding : 0 8px ;
1002
1002
text-align : right !important ;
1003
1003
color : var (--color-text-light-2 );
1004
+ width : 1% ; /* this apparently needs to be a percentage so that code column stretches in diffs */
1005
+ min-width : 72px ;
1006
+ white-space : nowrap;
1007
+ }
1008
+
1009
+ .code-diff .lines-num {
1010
+ min-width : 50px ;
1004
1011
}
1005
1012
1006
1013
.lines-num span .bottom-line ::after {
@@ -1020,6 +1027,7 @@ overflow-menu .ui.label {
1020
1027
1021
1028
.lines-type-marker {
1022
1029
vertical-align : top;
1030
+ white-space : nowrap;
1023
1031
}
1024
1032
1025
1033
.lines-num ,
@@ -1052,6 +1060,7 @@ overflow-menu .ui.label {
1052
1060
1053
1061
.lines-escape {
1054
1062
width : 0 ;
1063
+ white-space : nowrap;
1055
1064
}
1056
1065
1057
1066
.lines-code {
Original file line number Diff line number Diff line change @@ -1555,8 +1555,6 @@ td .commit-summary {
1555
1555
1556
1556
.repository .diff-file-box .file-body .file-code .lines-num {
1557
1557
text-align : right;
1558
- width : 1% ;
1559
- min-width : 50px ;
1560
1558
}
1561
1559
1562
1560
.repository .diff-file-box .file-body .file-code .lines-num span .fold {
@@ -1582,12 +1580,6 @@ td .commit-summary {
1582
1580
table-layout : fixed;
1583
1581
}
1584
1582
1585
- .repository .diff-file-box .code-diff tbody tr td .lines-num ,
1586
- .repository .diff-file-box .code-diff tbody tr td .lines-escape ,
1587
- .repository .diff-file-box .code-diff tbody tr td .lines-type-marker {
1588
- white-space : nowrap;
1589
- }
1590
-
1591
1583
.repository .diff-file-box .code-diff tbody tr td .center {
1592
1584
text-align : center;
1593
1585
}
You can’t perform that action at this time.
0 commit comments