File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 1313
1313
padding : 5px 10px ;
1314
1314
}
1315
1315
1316
- .repository # commits-table thead th : first-of-type {
1317
- padding-left : 15 px ;
1316
+ .repository # commits-table td : not (. message ) {
1317
+ white-space : nowrap ;
1318
1318
}
1319
-
1320
1319
.repository # commits-table thead .sha {
1321
1320
width : 200px ;
1322
1321
}
@@ -2684,6 +2683,7 @@ tbody.commit-list {
2684
2683
/* in the commit list, messages can wrap so we can use inline */
2685
2684
.commit-list .message-wrapper {
2686
2685
display : inline;
2686
+ overflow-wrap : anywhere;
2687
2687
}
2688
2688
2689
2689
/* but in the repo-files-table we cannot */
@@ -3244,17 +3244,6 @@ tbody.commit-list {
3244
3244
.commit-table th .sha {
3245
3245
display : none !important ;
3246
3246
}
3247
- .commit-table .commit-list span .message-wrapper {
3248
- max-width : none;
3249
- }
3250
- .commit-table .commit-list tr td : first-child ,
3251
- .commit-table .commit-list tr td : last-child {
3252
- white-space : nowrap;
3253
- }
3254
- .commit-table .commit-list td .author {
3255
- display : block;
3256
- width : calc (100% + 0.5rem );
3257
- }
3258
3247
.commit-table .commit-list .copy-commit-sha {
3259
3248
display : none !important ;
3260
3249
}
You can’t perform that action at this time.
0 commit comments