aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/repo.css17
1 files changed, 3 insertions, 14 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index ebb4d37ad1..55d10098e9 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -1313,10 +1313,9 @@
padding: 5px 10px;
}
-.repository #commits-table thead th:first-of-type {
- padding-left: 15px;
+.repository #commits-table td:not(.message) {
+ white-space: nowrap;
}
-
.repository #commits-table thead .sha {
width: 200px;
}
@@ -2684,6 +2683,7 @@ tbody.commit-list {
/* in the commit list, messages can wrap so we can use inline */
.commit-list .message-wrapper {
display: inline;
+ overflow-wrap: anywhere;
}
/* but in the repo-files-table we cannot */
@@ -3244,17 +3244,6 @@ tbody.commit-list {
.commit-table th.sha {
display: none !important;
}
- .commit-table .commit-list span.message-wrapper {
- max-width: none;
- }
- .commit-table .commit-list tr td:first-child,
- .commit-table .commit-list tr td:last-child {
- white-space: nowrap;
- }
- .commit-table .commit-list td.author {
- display: block;
- width: calc(100% + 0.5rem);
- }
.commit-table .commit-list .copy-commit-sha {
display: none !important;
}