@ -2383,7 +2383,7 @@ tbody.commit-list {
vertical-align: baseline;
vertical-align: baseline;
}
}
.commit-list . message-wrapper {
.message-wrapper {
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
max-width: calc(100% - 50px);
max-width: calc(100% - 50px);
@ -2391,6 +2391,43 @@ tbody.commit-list {
vertical-align: middle;
vertical-align: middle;
}
}
@media only screen and (max-width: 767.98px) {
tr.commit-list {
width: 100%;
}
th .message-wrapper {
display: block;
max-width: calc(100vw - 70px);
}
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
tr.commit-list {
width: 723px;
}
th .message-wrapper {
max-width: 280px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
tr.commit-list {
width: 933px;
}
th .message-wrapper {
max-width: 490px;
}
}
@media only screen and (min-width: 1200px) {
tr.commit-list {
width: 1127px;
}
th .message-wrapper {
max-width: 680px;
}
}
.commit-list .commit-summary a {
.commit-list .commit-summary a {
text-decoration: underline;
text-decoration: underline;
text-decoration-style: dashed;
text-decoration-style: dashed;