@ -237,6 +237,8 @@
}
}
#repo-files-table {
#repo-files-table {
table-layout: fixed;
thead {
thead {
th {
th {
padding-top: 8px;
padding-top: 8px;
@ -2885,7 +2887,8 @@ tbody.commit-list {
vertical-align: baseline;
vertical-align: baseline;
}
}
.message-wrapper {
.message-wrapper,
.author-wrapper {
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
max-width: calc(100% - 50px);
max-width: calc(100% - 50px);
@ -2893,6 +2896,10 @@ tbody.commit-list {
vertical-align: middle;
vertical-align: middle;
}
}
.author-wrapper {
max-width: 180px;
}
// in the commit list, messages can wrap so we can use inline
// in the commit list, messages can wrap so we can use inline
.commit-list .message-wrapper {
.commit-list .message-wrapper {
display: inline;
display: inline;
@ -2912,6 +2919,10 @@ tbody.commit-list {
display: block;
display: block;
max-width: calc(100vw - 70px);
max-width: calc(100vw - 70px);
}
}
.author-wrapper {
max-width: 80px;
}
}
}
@media @mediaMd {
@media @mediaMd {
@ -2920,7 +2931,7 @@ tbody.commit-list {
}
}
th .message-wrapper {
th .message-wrapper {
max-width: 28 0px;
max-width: 1 20px;
}
}
}
}
@ -2930,7 +2941,7 @@ tbody.commit-list {
}
}
th .message-wrapper {
th .message-wrapper {
max-width: 49 0px;
max-width: 35 0px;
}
}
}
}
@ -2940,7 +2951,7 @@ tbody.commit-list {
}
}
th .message-wrapper {
th .message-wrapper {
max-width: 680 px;
max-width: 525 px;
}
}
}
}