File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 13131313 padding : 5px 10px ;
13141314}
13151315
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 ;
13181318}
1319-
13201319.repository # commits-table thead .sha {
13211320 width : 200px ;
13221321}
@@ -2684,6 +2683,7 @@ tbody.commit-list {
26842683/* in the commit list, messages can wrap so we can use inline */
26852684.commit-list .message-wrapper {
26862685 display : inline;
2686+ overflow-wrap : anywhere;
26872687}
26882688
26892689/* but in the repo-files-table we cannot */
@@ -3244,17 +3244,6 @@ tbody.commit-list {
32443244 .commit-table th .sha {
32453245 display : none !important ;
32463246 }
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- }
32583247 .commit-table .commit-list .copy-commit-sha {
32593248 display : none !important ;
32603249 }
You can’t perform that action at this time.
0 commit comments