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 @@ -1005,6 +1005,13 @@ overflow-menu .ui.label {
1005
1005
padding : 0 8px ;
1006
1006
text-align : right !important ;
1007
1007
color : var (--color-text-light-2 );
1008
+ width : 1% ; /* this apparently needs to be a percentage so that code column stretches in diffs */
1009
+ min-width : 72px ;
1010
+ white-space : nowrap;
1011
+ }
1012
+
1013
+ .code-diff .lines-num {
1014
+ min-width : 50px ;
1008
1015
}
1009
1016
1010
1017
.lines-num span .bottom-line ::after {
@@ -1024,6 +1031,7 @@ overflow-menu .ui.label {
1024
1031
1025
1032
.lines-type-marker {
1026
1033
vertical-align : top;
1034
+ white-space : nowrap;
1027
1035
}
1028
1036
1029
1037
.lines-num ,
@@ -1056,6 +1064,7 @@ overflow-menu .ui.label {
1056
1064
1057
1065
.lines-escape {
1058
1066
width : 0 ;
1067
+ white-space : nowrap;
1059
1068
}
1060
1069
1061
1070
.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