Skip to content

Commit 30c45ab

Browse files
committed
restore and fix author-wrapper css
1 parent a3c6129 commit 30c45ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

web_src/css/repo.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,12 @@ td .commit-summary {
191191
margin: 0 2px;
192192
}
193193

194-
.message-wrapper {
194+
.author-wrapper {
195+
max-width: 180px;
196+
flex-shrink: 0;
197+
}
198+
199+
.message-wrapper, .author-wrapper {
195200
overflow: hidden;
196201
text-overflow: ellipsis;
197202
overflow-wrap: anywhere;

0 commit comments

Comments
 (0)